projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1141b7
)
mit der Umleitung nach dev/null wird nicht ausgedruckt
author
Holger Lindemann
<hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000
(09:17 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000
(09:17 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
70f0611
..
c2f789a
100644
(file)
--- 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/^ //;
}