From 2066c031904c8a6284e5ed39d39e1dcbe3e03cf3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 17 Jul 2017 15:14:20 +0300 Subject: [PATCH] -Import fixed --- models/Import.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/models/Import.php b/models/Import.php index c9df4e2..ad99e05 100755 --- a/models/Import.php +++ b/models/Import.php @@ -152,10 +152,10 @@ continue; } // товары в пути - if (empty ( $city_name )) { - $this->output[] = 'Товар ' . $product_title . ' в пути'; - continue; - } +// if (empty ( $city_name )) { +// $this->output[] = 'Товар ' . $product_title . ' в пути'; +// continue; +// } /** * @var ProductVariant $productVariant */ -- libgit2 0.21.4