Commit 150305c0d1b24890aca09f2f87beab504ebfedba
1 parent
cbac1e43
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
| @@ -448,7 +448,7 @@ class Import extends Model { | @@ -448,7 +448,7 @@ class Import extends Model { | ||
| 448 | } | 448 | } |
| 449 | } | 449 | } |
| 450 | 450 | ||
| 451 | - $_productVariant->save(false); | 451 | + $_productVariant->save(); |
| 452 | 452 | ||
| 453 | $MOD_ARRAY[] = $_productVariant->product_variant_id; | 453 | $MOD_ARRAY[] = $_productVariant->product_variant_id; |
| 454 | 454 |