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:
debc917
)
Form: parse_html_template: myconfig_ syntax entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:30:12 +0000
(15:30 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:21 +0000
(16:16 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
e5c91b1
..
a3be59d
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-628,7
+628,6
@@
sub _prepare_html_template {
s/y+/\%Y/gi;
} $::myconfig{"dateformat"};
$additional_params->{"myconfig"} ||= \%::myconfig;
- map { $additional_params->{"myconfig_${_}"} = $main::myconfig{$_}; } keys %::myconfig;
}
$additional_params->{AUTH} = $::auth;