]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Nach dem Auslagern der Druckoptionen in eigene HTML-Vorlagen wurden nach dem Drucken...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 11 Apr 2007 14:03:35 +0000 (14:03 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 11 Apr 2007 14:03:35 +0000 (14:03 +0000)
bin/mozilla/dn.pl
bin/mozilla/io.pl
bin/mozilla/is.pl
bin/mozilla/oe.pl

index 1992ce8108cec2916c09750db8aa363cd7a40239..85f28b0b3816c7094be596fc2b727592adf0d9c4 100644 (file)
@@ -508,7 +508,7 @@ sub show_invoices {
   <td><hr size=3 noshade></td>
   </tr>
 </table>|;
   <td><hr size=3 noshade></td>
   </tr>
 </table>|;
-  &print_options;
+  print_options();
   print qq|
 <br>
 <form method=post action=$form->{script}>
   print qq|
 <br>
 <form method=post action=$form->{script}>
index 8a892f1cf5b298fe7425df6d1994800bf1c13d8e..b49106d209a6fe509f830588b7ba8124d5232f4d 100644 (file)
@@ -1387,7 +1387,7 @@ sub edit_e_mail {
     <td>
 |;
 
     <td>
 |;
 
-  &print_options;
+  print_options();
 
   map { delete $form->{$_} }
     qw(action email cc bcc subject message formname sendmode format header override);
 
   map { delete $form->{$_} }
     qw(action email cc bcc subject message formname sendmode format header override);
index 3175587826fd8f2eb48a362e3b671fe73b5e11ec..459e1b9446ef40f03b7c6807360c497df5b9540a 100644 (file)
@@ -1071,7 +1071,7 @@ if ($form->{type} eq "credit_note") {
     <td>
 |;
 
     <td>
 |;
 
-  &print_options;
+  print_options();
 
   print qq|
     </td>
 
   print qq|
     </td>
index 173ad770fdefefaafcf7cb711f6cee2db7d5626b..9820c3c42125cf507650b6d76bce206ed80fcfd7 100644 (file)
@@ -1063,7 +1063,7 @@ sub form_footer {
   <tr>
     <td>
 |;
   <tr>
     <td>
 |;
-  &print_options;
+  print_options();
 
   print qq|
     </td>
 
   print qq|
     </td>