Bugfix shopimport, bugfixes presta, support for project specific number ranges

This commit is contained in:
Andreas Palm 2023-01-29 12:08:47 +01:00
parent 0e3afa437b
commit 1af809954c

View File

@ -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);