From a2c12481ea8e69a54a8c54c498bda403fded798b Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 14 Dec 2016 17:53:22 +0200 Subject: [PATCH] Ntr --- common/modules/product/models/Import.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index be21e22..13d9109 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -111,17 +111,17 @@ class Import extends Model { continue; } // товары в пути - if (empty ($city_name)) - { +// if (empty ($city_name)) +// { // $this->saveNotFoundRecord ( // [$modification_code, $product_title], // Yii::getAlias('@uploadFilePricesAway') // ); - - $this->output[] = 'Товар '. $product_title . ' в пути'; - - continue; - } +// +// $this->output[] = 'Товар '. $product_title . ' в пути'; +// +// continue; +// } if ( ($productVariant = ProductVariant::find()->filterWhere(['sku' => $modification_code])->one()) === null ) { // 'Нет даной модификации в базе'; -- libgit2 0.21.4