Update in Rechnungsmasken -> Abteilungen gingen verloren.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 10 Dec 2009 11:27:05 +0000 (12:27 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 10 Dec 2009 11:27:05 +0000 (12:27 +0100)
bin/mozilla/ir.pl
bin/mozilla/is.pl

index f4970e4..2f2f043 100644 (file)
@@ -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} };
index 4b8b817..2a4fc43 100644 (file)
@@ -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} };