mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[fix] remove explicit variant save
This commit is contained in:
@@ -42,6 +42,3 @@ def execute():
|
||||
|
||||
else:
|
||||
variant.db_set('description', temp_variant_description, update_modified=False)
|
||||
|
||||
variant.flags.ignore_permissions=True
|
||||
variant.save()
|
||||
Reference in New Issue
Block a user