X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fa7fc7eeb3ca718914affee06c0629a08d571288..3b7bda404f28890a4c3796d76619fc5b0c4a26bb:/bin/mozilla/is.pl diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b6c6298a0..35b08b947 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -305,7 +305,7 @@ sub form_header { $form->{defaultcurrency} = $form->get_default_currency(\%myconfig); - $form->get_lists("taxzones" => "ALL_TAXZONES", + $form->get_lists("taxzones" => ($form->{id} ? "ALL_TAXZONES" : "ALL_ACTIVE_TAXZONES"), "currencies" => "ALL_CURRENCIES", "customers" => "ALL_CUSTOMERS", "departments" => "all_departments",