fix history

This commit is contained in:
iyzoer 2017-05-15 15:41:52 +03:00
parent 93b4c0e9d7
commit 3c2f9fe4e1

View File

@ -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();