bom issue fixed

This commit is contained in:
Nabin Hait 2012-05-17 15:02:02 +05:30
parent 86289d1291
commit 57f9bd1d73

View File

@ -316,9 +316,6 @@ class DocType:
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()