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:
fd954b1
)
DO Lieferscheine -> Rechnung: locales auch hier richtig registieren.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 11:21:59 +0000
(12:21 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 11:21:59 +0000
(12:21 +0100)
Fix für Bug 1235.
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
c69052b
..
fd8482b
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-725,7
+725,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}";