X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c1141b7a32d6fab4d6f28f332268db670049c087..9b49681d3eea019cd1619d5213330efd55fade98:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 70f06113e..c2f789a01 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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/^ //; }