Stock Entry: pulling items from BOM fixed #1579

This commit is contained in:
Nabin Hait 2014-05-05 10:27:53 +05:30
parent 6dad4e9e89
commit f57f0a661a

View File

@ -395,6 +395,8 @@ class StockEntry(StockController):
return ret return ret
def get_items(self): def get_items(self):
self.set('mtn_details', [])
pro_obj = None pro_obj = None
if self.production_order: if self.production_order:
# common validations # common validations