commit | a8326de4d0474b40e70e1f30ac3f54e688940ddb | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Dec 30 06:17:45 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Dec 30 06:17:45 2016 +0530 |
tree | bd75defb002b0fdb6ef37d8711379c479fd0af84 | |
parent | 2097ccfaea13dd4fddb78f03b06b6224f9ac6994 [diff] |
[fix] on_update in item.py
diff --git a/erpnext/stock/doctype/item/item.py b/erpnext/stock/doctype/item/item.py index b721029..53faa43 100644 --- a/erpnext/stock/doctype/item/item.py +++ b/erpnext/stock/doctype/item/item.py
@@ -93,7 +93,6 @@ where parentfield='website_item_groups' and parenttype='Item' and parent=%s""", self.name) def on_update(self): - super(Item, self).on_update() invalidate_cache_for_item(self) self.validate_name_with_item_group() self.update_item_price()