X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fio.pl;h=c2f789a0145ee86898a85e558c8569e573f589fc;hb=9b49681d3eea019cd1619d5213330efd55fade98;hp=70f06113e4019fc221b72cf34e313f5553cd344c;hpb=c1141b7a32d6fab4d6f28f332268db670049c087;p=kivitendo-erp.git 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/^ //; }