Revision 97ca42c1
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
725 | 725 |
$form->{type} = "invoice"; |
726 | 726 |
|
727 | 727 |
# locale messages |
728 |
$locale = new Locale "$myconfig{countrycode}", "$script"; |
|
728 |
$main::locale = new Locale "$myconfig{countrycode}", "$script"; |
|
729 |
$locale = $main::locale; |
|
729 | 730 |
|
730 | 731 |
require "bin/mozilla/$form->{script}"; |
731 | 732 |
|
Auch abrufbar als: Unified diff
DO Lieferscheine -> Rechnung: locales auch hier richtig registieren.
Fix für Bug 1235.