Stock Entry: pulling items from BOM fixed #1579
This commit is contained in:
parent
6dad4e9e89
commit
f57f0a661a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user