mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 06:36:06 +03:00
fix history
This commit is contained in:
parent
93b4c0e9d7
commit
3c2f9fe4e1
@ -64,9 +64,8 @@ class ModelExtensionRetailcrmHistory extends Model
|
||||
$this->ocPayment = $this->model_extension_retailcrm_references
|
||||
->getOpercartPaymentTypes();
|
||||
|
||||
$this->ocDelivery = $this->model_extension_retailcrm_references
|
||||
->getOpercartDeliveryTypes();
|
||||
|
||||
$this->ocDelivery = $settings['retailcrm_delivery'];
|
||||
|
||||
$this->zones = $this->model_localisation_zone->getZones();
|
||||
|
||||
$updatedOrders = array();
|
||||
|
Loading…
Reference in New Issue
Block a user