commit | 2097ccfaea13dd4fddb78f03b06b6224f9ac6994 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Dec 30 06:09:41 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Dec 30 06:09:41 2016 +0530 |
tree | b5fa6c3b6268759e7557b627a3fc3928ffb9be8d | |
parent | f327a58b7fbbeac1750e7121fbe48b48d365fad3 [diff] |
[fix] item_group.py #7358
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()