commit | 57f9bd1d739cbbde25957f28b6df40418b723d0d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 17 15:02:02 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 17 15:02:02 2012 +0530 |
tree | 2f2f73bcf503d0fd37a8fd73b76c6cc522f4cdfa | |
parent | 86289d1291570d7145d568dd92addb3cf9b84c6d [diff] |
bom issue fixed
diff --git a/erpnext/production/doctype/bom/bom.py b/erpnext/production/doctype/bom/bom.py index 89e4d4b..36df84e 100644 --- a/erpnext/production/doctype/bom/bom.py +++ b/erpnext/production/doctype/bom/bom.py
@@ -316,9 +316,6 @@ def on_update(self): - if self.doc.item != cstr(self.doc.name.split('/')[1]): - msgprint("Cannot change Item once the Bill Of Material is created.") - raise Exception self.check_recursion()