Revision e78a0281
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
"taxzones" => "ALL_TAXZONES",
|
||
"currencies" => "ALL_CURRENCIES",
|
||
"vendors" => "ALL_VENDORS",
|
||
"departments" => "all_departments",
|
||
"price_factors" => "ALL_PRICE_FACTORS");
|
||
|
||
$TMPL_VAR{sales_employee_labels} = sub { $_[0]->{name} || $_[0]->{login} };
|
bin/mozilla/is.pl | ||
---|---|---|
"taxzones" => "ALL_TAXZONES",
|
||
"currencies" => "ALL_CURRENCIES",
|
||
"customers" => "ALL_CUSTOMERS",
|
||
"departments" => "all_departments",
|
||
"price_factors" => "ALL_PRICE_FACTORS");
|
||
|
||
$TMPL_VAR{sales_employee_labels} = sub { $_[0]->{name} || $_[0]->{login} };
|
Auch abrufbar als: Unified diff
Update in Rechnungsmasken -> Abteilungen gingen verloren.