]> wagnertech.de Git - mfinanz.git/commitdiff
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 f4970e43c10d1902fba5ca49dccb18ee453fe7a8..2f2f0437464487380c7acf04c1166c09f2fa9f81 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 4b8b8175d0538c87ed5738ac0b018ec2f78663e3..2a4fc43f58fa1493b7f6e862bab5036b4ec95851 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} };