Fehler Umsetzung Radierparagraph bei Debitoren und Kreditoren
authorPhilip Reetz <p.reetz@linet-services.de>
Wed, 13 Dec 2006 15:28:39 +0000 (15:28 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Wed, 13 Dec 2006 15:28:39 +0000 (15:28 +0000)
bin/mozilla/ap.pl
bin/mozilla/ar.pl

index 0f07499..4f1712b 100644 (file)
@@ -723,17 +723,13 @@ sub form_footer {
 
     #     print qq|<input class=submit type=submit name=action value="|.$locale->text('Update').qq|">
     # |;
-
-    if (!$form->{revtrans}) {
-      if (!$form->{locked}) {
         print qq|
        <input class=submit type=submit name=action value="|
           . $locale->text('Post') . qq|">
        <input class=submit type=submit name=action value="|
           . $locale->text('Delete') . qq|">
 |;
-      }
-    }
+
 
     if ($transdate > $closedto) {
       print qq|
index 47a395d..e867d89 100644 (file)
@@ -744,17 +744,13 @@ sub form_footer {
       print qq|<input class=submit type=submit name=action value="|
         . $locale->text('Update') . qq|">
   |;
-  
-      if (!$form->{revtrans}) {
-        if (!$form->{locked}) {
+
           print qq|
           <input class=submit type=submit name=action value="|
             . $locale->text('Post') . qq|">
           <input class=submit type=submit name=action value="|
             . $locale->text('Delete') . qq|">
   |;
-        }
-      }
   
       if ($transdate > $closedto) {
         print qq|