]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/CT.pm
Anständig quoten.
[kivitendo-erp.git] / SL / CT.pm
index ad92d4c34a90387e43ab2f66e8ec31d9ceb5ccb4..91fe2c022f8213a6442f24612a4d801f31c60ad3 100644 (file)
--- a/SL/CT.pm
+++ b/SL/CT.pm
@@ -101,10 +101,6 @@ sub populate_drop_down_boxes {
   $query = qq|SELECT id, description FROM business ORDER BY id|;
   $form->{all_business} = selectall_hashref_query($form, $dbh, $query);
 
-  # get tax zones
-  $query = qq|SELECT id, description FROM tax_zones|;
-  $form->{TAXZONE} = selectall_hashref_query($form, $dbh, $query);
-
   # get shipto address
   $query =
     qq|SELECT shipto_id, shiptoname, shiptodepartment_1 | .