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:
ad9563c
)
myconfig als objekt auch zur verfügung stellen
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 8 Jan 2010 12:48:43 +0000
(13:48 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 28 Jun 2010 11:07:58 +0000
(13:07 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
25c4ab0
..
5f0fcd7
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-788,6
+788,7
@@
sub _prepare_html_template {
$jsc_dateformat =~ s/m+/\%m/gi;
$jsc_dateformat =~ s/y+/\%Y/gi;
$additional_params->{"myconfig_jsc_dateformat"} = $jsc_dateformat;
+ $additional_params->{"myconfig"} ||= \%::myconfig;
}
$additional_params->{"conf_dbcharset"} = $main::dbcharset;