mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
Stock Entry: pulling items from BOM fixed #1579
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user