From e78a0281d4137b527f4989278bd11ebf5a2fc5b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 10 Dec 2009 12:27:05 +0100 Subject: [PATCH] Update in Rechnungsmasken -> Abteilungen gingen verloren. --- bin/mozilla/ir.pl | 1 + bin/mozilla/is.pl | 1 + 2 files changed, 2 insertions(+) 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} }; -- 2.20.1