From 3c2f9fe4e1fba12e38d2f1eb0e993fa20fc3f279 Mon Sep 17 00:00:00 2001 From: iyzoer Date: Mon, 15 May 2017 15:41:52 +0300 Subject: [PATCH] fix history --- admin/model/extension/retailcrm/history.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/model/extension/retailcrm/history.php b/admin/model/extension/retailcrm/history.php index 5e61bad..c963532 100644 --- a/admin/model/extension/retailcrm/history.php +++ b/admin/model/extension/retailcrm/history.php @@ -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();