From 1af809954c4a2198f51b943afea596eae914e77f Mon Sep 17 00:00:00 2001 From: Andreas Palm Date: Sun, 29 Jan 2023 12:08:47 +0100 Subject: [PATCH] Bugfix shopimport, bugfixes presta, support for project specific number ranges --- www/pages/shopimporter_presta.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/pages/shopimporter_presta.php b/www/pages/shopimporter_presta.php index 0a329611..4ad949ce 100644 --- a/www/pages/shopimporter_presta.php +++ b/www/pages/shopimporter_presta.php @@ -258,7 +258,8 @@ class Shopimporter_Presta extends ShopimporterBase $cart['ust_befreit'] = 1; } elseif ($this->app->erp->Export($taxedCountry)) { $cart['ust_befreit'] = 2; - + } + $taxes = []; $this->app->erp->RunHook('getTaxRatesFromShopOrder', 2, $taxedCountry, $taxes);