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,8 +64,7 @@ class ModelExtensionRetailcrmHistory extends Model
|
|||||||
$this->ocPayment = $this->model_extension_retailcrm_references
|
$this->ocPayment = $this->model_extension_retailcrm_references
|
||||||
->getOpercartPaymentTypes();
|
->getOpercartPaymentTypes();
|
||||||
|
|
||||||
$this->ocDelivery = $this->model_extension_retailcrm_references
|
$this->ocDelivery = $settings['retailcrm_delivery'];
|
||||||
->getOpercartDeliveryTypes();
|
|
||||||
|
|
||||||
$this->zones = $this->model_localisation_zone->getZones();
|
$this->zones = $this->model_localisation_zone->getZones();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user