Revision fd954b14
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1367 | 1367 |
$form->{type} = "invoice"; |
1368 | 1368 |
|
1369 | 1369 |
# locale messages |
1370 |
$locale = new Locale "$myconfig{countrycode}", "$script"; |
|
1370 |
$main::locale = new Locale "$myconfig{countrycode}", "$script"; |
|
1371 |
$locale = $main::locale; |
|
1371 | 1372 |
|
1372 | 1373 |
require "bin/mozilla/$form->{script}"; |
1373 | 1374 |
|
Auch abrufbar als: Unified diff
Auftrag zu Rechnung: locale muss global registriert werden.