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:
d065509
)
Auftrag zu Rechnung: locale muss global registriert werden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 10:30:17 +0000
(11:30 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 10:30:17 +0000
(11:30 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
7c9ee98
..
95ccfa6
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1367,7
+1367,8
@@
sub invoice {
$form->{type} = "invoice";
# locale messages
- $locale = new Locale "$myconfig{countrycode}", "$script";
+ $main::locale = new Locale "$myconfig{countrycode}", "$script";
+ $locale = $main::locale;
require "bin/mozilla/$form->{script}";