From d387e99900ed446a7eed601c41b3f359926d422e Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 14:57:29 +0300 Subject: [PATCH] Import browser beta v0.1 --- common/modules/product/models/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 35003ad..71a8e08 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -586,7 +586,7 @@ $this->saveVariants($data, $product_cost_old, $_product->product_id, $_product->categories, $product_cost); -// $_product->save(); + $_product->save(); $result_items[] = "Product {$product_name_inserted} #{$_product->product_id} saved (" . ( $is_new_product ? 'new product' : 'exists product' ) . ")" . " (line $j)"; -- libgit2 0.21.4