Merge branch 'version-13-hotfix' into e-commerce-refactor
This commit is contained in:
@@ -262,7 +262,7 @@ def copy_attributes_to_variant(item, variant):
|
||||
# copy non no-copy fields
|
||||
|
||||
exclude_fields = ["naming_series", "item_code", "item_name", "published_in_website",
|
||||
"opening_stock", "variant_of", "valuation_rate"]
|
||||
"opening_stock", "variant_of", "valuation_rate", "has_variants", "attributes"]
|
||||
|
||||
if item.variant_based_on=='Manufacturer':
|
||||
# don't copy manufacturer values if based on part no
|
||||
|
||||
Reference in New Issue
Block a user