mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Stock Entry: pulling items from BOM fixed #1579
This commit is contained in:
@@ -395,6 +395,8 @@ class StockEntry(StockController):
|
||||
return ret
|
||||
|
||||
def get_items(self):
|
||||
self.set('mtn_details', [])
|
||||
|
||||
pro_obj = None
|
||||
if self.production_order:
|
||||
# common validations
|
||||
|
||||
Reference in New Issue
Block a user