Revision 97ca42c1
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
$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}";
|
||
|
Auch abrufbar als: Unified diff
DO Lieferscheine -> Rechnung: locales auch hier richtig registieren.
Fix für Bug 1235.