Commit 2066c031904c8a6284e5ed39d39e1dcbe3e03cf3

Authored by Alexey Boroda
1 parent acdcde2e

-Import fixed

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
models/Import.php
... ... @@ -152,10 +152,10 @@
152 152 continue;
153 153 }
154 154 // товары в пути
155   - if (empty ( $city_name )) {
156   - $this->output[] = 'Товар ' . $product_title . ' в пути';
157   - continue;
158   - }
  155 +// if (empty ( $city_name )) {
  156 +// $this->output[] = 'Товар ' . $product_title . ' в пути';
  157 +// continue;
  158 +// }
159 159 /**
160 160 * @var ProductVariant $productVariant
161 161 */
... ...