]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 0f07499f0f8a2cee0d5887883a04244368e662e1..4f1712b26310f94ad1f2ba73c87af2a5a8ab5318 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 47a395d5a6aa9d5622c8acb83b8a048e817920d0..e867d89168fa7d4f1d6bd21e24b7171f8b9de090 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|