mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Merge pull request #11245 from saurabh6790/item_variant_description_fix
[fix] remove explicit variant save
This commit is contained in:
@@ -42,6 +42,3 @@ def execute():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
variant.db_set('description', temp_variant_description, update_modified=False)
|
variant.db_set('description', temp_variant_description, update_modified=False)
|
||||||
|
|
||||||
variant.flags.ignore_permissions=True
|
|
||||||
variant.save()
|
|
||||||
Reference in New Issue
Block a user