commit | 232954d4b929a54a48d07df0ae3b5076de89a126 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri May 02 17:51:24 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 02 17:51:24 2014 +0530 |
tree | 3b2bda67c4878a49c6f0b2b2cfb8e3e1b6f45369 | |
parent | 053a87edf6d8c5583174261c511e8fe2225f1c4c [diff] |
Fixed updating cost on BOM after submission #1563
diff --git a/erpnext/manufacturing/doctype/bom/bom.py b/erpnext/manufacturing/doctype/bom/bom.py index 46dd77e..d488096 100644 --- a/erpnext/manufacturing/doctype/bom/bom.py +++ b/erpnext/manufacturing/doctype/bom/bom.py
@@ -125,6 +125,7 @@ })["rate"] if self.docstatus in (0, 1): + self.ignore_validate_update_after_submit = True self.save() def get_bom_unitcost(self, bom_no):