From: Sven Schöling Date: Thu, 10 Dec 2009 11:27:05 +0000 (+0100) Subject: Update in Rechnungsmasken -> Abteilungen gingen verloren. X-Git-Tag: release-2.6.1beta1~72^2~13 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e78a0281d4137b527f4989278bd11ebf5a2fc5b7;p=kivitendo-erp.git Update in Rechnungsmasken -> Abteilungen gingen verloren. --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index f4970e43c..2f2f04374 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -283,6 +283,7 @@ sub form_header { "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} }; diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 4b8b8175d..2a4fc43f5 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -302,6 +302,7 @@ sub form_header { "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} };