Small Mistake Fixed

This commit is contained in:
devansh bawari 2020-11-11 19:53:07 +05:30
parent ef74d42ff6
commit 70f9e1fd57
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ class ProductRepository extends Repository
$randomSuffix
);
$newValue->text_value = $copiedProductNumber;
$newProductFlat->name = $copiedProductNumber;
$newProductFlat->product_number = $copiedProductNumber;
}
// force the copied product to be inactive so the admin can adjust it before release