]> wagnertech.de Git - kivitendo-erp.git/commitdiff
mit der Umleitung nach dev/null wird nicht ausgedruckt
authorHolger Lindemann <hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000 (09:17 +0000)
committerHolger Lindemann <hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000 (09:17 +0000)
bin/mozilla/io.pl

index 70f06113e4019fc221b72cf34e313f5553cd344c..c2f789a0145ee86898a85e558c8569e573f589fc 100644 (file)
@@ -1505,7 +1505,8 @@ sub print_form {
   delete $form->{OUT};
 
   if ($form->{media} eq 'printer') {
-    $form->{OUT} = "| $form->{printer_command} &>/dev/null";
+    #$form->{OUT} = "| $form->{printer_command} &>/dev/null";
+    $form->{OUT} = "| $form->{printer_command} ";
     $form->{printed} .= " $form->{formname}";
     $form->{printed} =~ s/^ //;
   }