mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
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;
|
||||
} elseif ($this->app->erp->Export($taxedCountry)) {
|
||||
$cart['ust_befreit'] = 2;
|
||||
|
||||
}
|
||||
|
||||
$taxes = [];
|
||||
$this->app->erp->RunHook('getTaxRatesFromShopOrder', 2, $taxedCountry, $taxes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user