Bugfix shopimport, bugfixes presta, support for project specific number ranges
This commit is contained in:
parent
0e3afa437b
commit
1af809954c
|
|
@ -258,7 +258,8 @@ class Shopimporter_Presta extends ShopimporterBase
|
||||||
$cart['ust_befreit'] = 1;
|
$cart['ust_befreit'] = 1;
|
||||||
} elseif ($this->app->erp->Export($taxedCountry)) {
|
} elseif ($this->app->erp->Export($taxedCountry)) {
|
||||||
$cart['ust_befreit'] = 2;
|
$cart['ust_befreit'] = 2;
|
||||||
|
}
|
||||||
|
|
||||||
$taxes = [];
|
$taxes = [];
|
||||||
$this->app->erp->RunHook('getTaxRatesFromShopOrder', 2, $taxedCountry, $taxes);
|
$this->app->erp->RunHook('getTaxRatesFromShopOrder', 2, $taxedCountry, $taxes);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue