From 3b184b14e716d81aa1c6a6b7fca53f0f551cdf78 Mon Sep 17 00:00:00 2001 From: dkorol Date: Fri, 15 Apr 2016 12:15:57 +0300 Subject: [PATCH] fixes --- admin/model/retailcrm/history.php | 1 - admin/model/retailcrm/order.php | 1 - catalog/model/retailcrm/order.php | 1 - system/cron/getmyip.php | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/admin/model/retailcrm/history.php b/admin/model/retailcrm/history.php index c5871dd..aaed8f9 100755 --- a/admin/model/retailcrm/history.php +++ b/admin/model/retailcrm/history.php @@ -343,7 +343,6 @@ class ModelRetailcrmHistory extends Model $data['payment_city'] = !empty($order['customer']['address']['city']) ? $order['customer']['address']['city'] : $order['delivery']['address']['city']; $data['payment_postcode'] = !empty($order['customer']['address']['index']) ? $order['customer']['address']['index'] : $order['delivery']['address']['index']; - $region = ''; if (!empty($order['delivery']['address']['region']) && is_int($order['delivery']['address']['region'])) { diff --git a/admin/model/retailcrm/order.php b/admin/model/retailcrm/order.php index 808642a..8f40478 100644 --- a/admin/model/retailcrm/order.php +++ b/admin/model/retailcrm/order.php @@ -172,4 +172,3 @@ class ModelRetailcrmOrder extends Model { } } } - diff --git a/catalog/model/retailcrm/order.php b/catalog/model/retailcrm/order.php index 5b62c88..e3fed74 100755 --- a/catalog/model/retailcrm/order.php +++ b/catalog/model/retailcrm/order.php @@ -184,4 +184,3 @@ class ModelRetailcrmOrder extends Model { } } } - diff --git a/system/cron/getmyip.php b/system/cron/getmyip.php index 10db1bf..439471b 100644 --- a/system/cron/getmyip.php +++ b/system/cron/getmyip.php @@ -1,2 +1,2 @@