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