mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 22:56:07 +03:00
Bugfix
This commit is contained in:
parent
19ea11a956
commit
fc8f328776
@ -93,7 +93,7 @@ class ModelRetailcrmHistory extends Model
|
|||||||
$crm->customersFixExternalIds($this->createResult['customers']);
|
$crm->customersFixExternalIds($this->createResult['customers']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->createResult['customers'])) {
|
if (!empty($this->createResult['orders'])) {
|
||||||
$crm->ordersFixExternalIds($this->createResult['orders']);
|
$crm->ordersFixExternalIds($this->createResult['orders']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user