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
1 changed files with 2 additions and 1 deletions

View File

@ -258,6 +258,7 @@ 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);