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:
9cf2ba4
)
Form: parse_html_template - myconfig_jsc syntax entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:39:22 +0000
(15:39 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:22 +0000
(16:16 +0100)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
61dcc60
..
e91caf1
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-621,14
+621,6
@@
sub _prepare_html_template {
::end_of_request();
}
- if (%main::myconfig) {
- $::myconfig{jsc_dateformat} = apply {
- s/d+/\%d/gi;
- s/m+/\%m/gi;
- s/y+/\%Y/gi;
- } $::myconfig{"dateformat"};
- }
-
$additional_params->{AUTH} = $::auth;
$additional_params->{INSTANCE_CONF} = $::instance_conf;
$additional_params->{LOCALE} = $::locale;