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:
90ae77d
)
$form->{templates} nicht forciert mit $::myconfig{templates} überschreiben
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 12:49:22 +0000
(13:49 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 12:49:22 +0000
(13:49 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
e2132c6
..
f5c0a80
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-3566,7
+3566,7
@@
sub prepare_for_printing {
$extension = 'xls';
}
- my $email_extension = '_email' if -f "$
::myconfig
{templates}/$self->{formname}_email${language}.${extension}";
+ my $email_extension = '_email' if -f "$
self->
{templates}/$self->{formname}_email${language}.${extension}";
$self->{IN} = "$self->{formname}${email_extension}${language}.${extension}";
# Format dates.