Datenbank anlegen: ISO8859-1 als default eingestellt.
[kivitendo-erp.git] / SL / IC.pm
index d05d85d..3141b80 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -1768,7 +1768,7 @@ sub retrieve_accounts {
 
   my ($query, $sth, $dbh);
 
-  return $main::lxdebug->leave_sub() if (!defined($form->{"taxzone_id"}));
+  $form->{"taxzone_id"} *= 1;
 
   $dbh = $form->dbconnect($myconfig);