mit der Umleitung nach dev/null wird nicht ausgedruckt
[kivitendo-erp.git] / bin / mozilla / io.pl
index 70f0611..c2f789a 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/^ //;
   }