X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ca12e8dfc4773aabc13818a0398e06e44028e2bc..787248feb4b2ea860d35574f35c2c020070bd407:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 489d4290f..a0f928896 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1486,6 +1486,9 @@ sub print_form { delete $form->{OUT}; if ($form->{media} eq 'printer') { + print (STDERR "io--------------------------------------"); + print (STDERR $form->{printer_command}); + #$form->{OUT} = "| $form->{printer_command} "; $form->{OUT} = "| $form->{printer_command} &>/dev/null"; $form->{printed} .= " $form->{formname}"; $form->{printed} =~ s/^ //;