commit | fd82f4b0d4ba859a1184b36fbe119042d838b1d1 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:00:47 2017 +0530 |
committer | GitHub <noreply@github.com> | Fri Jan 27 16:00:47 2017 +0530 |
tree | 4da69618ed2c2c20d2767fa419aa6296c91acb4a | |
parent | 83cc7c9382a6320ae0559067466990614ca23a1c [diff] |
[minor] fix for item_group.py
diff --git a/erpnext/setup/doctype/item_group/item_group.py b/erpnext/setup/doctype/item_group/item_group.py index c38e04d..98404a4 100644 --- a/erpnext/setup/doctype/item_group/item_group.py +++ b/erpnext/setup/doctype/item_group/item_group.py
@@ -28,7 +28,6 @@ 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()