]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
mit der Umleitung nach dev/null wird nicht ausgedruckt
[mfinanz.git] / 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/^ //;
   }