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:
8c31500
)
$form->prepare_for_printing beherrscht auch die Ausgabe für einen Drucker
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 13:15:59 +0000
(14:15 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 13:15:59 +0000
(14:15 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
90c8c9b
..
56dc795
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-3535,7
+3535,7
@@
sub prepare_for_printing {
$self->{formname} ||= $self->{type};
$self->{media} ||= 'email';
- die "'media' other than 'email'
or 'file' is not supported yet" unless $self->{media} =~ m/^(?:email|file
)$/;
+ die "'media' other than 'email'
, 'file', 'printer' is not supported yet" unless $self->{media} =~ m/^(?:email|file|printer
)$/;
# set shipto from billto unless set
my $has_shipto = any { $self->{"shipto$_"} } qw(name street zipcode city country contact);