mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
[fix] item_group.py #7358
This commit is contained in:
@@ -28,7 +28,6 @@ class ItemGroup(NestedSet, WebsiteGenerator):
|
||||
|
||||
def on_update(self):
|
||||
NestedSet.on_update(self)
|
||||
WebsiteGenerator.on_update(self)
|
||||
invalidate_cache_for(self)
|
||||
self.validate_name_with_item()
|
||||
self.validate_one_root()
|
||||
|
||||
Reference in New Issue
Block a user