mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Update stock_entry.py
This commit is contained in:
@@ -527,7 +527,7 @@ class StockEntry(StockController):
|
|||||||
}
|
}
|
||||||
}, bom_no=self.bom_no)
|
}, bom_no=self.bom_no)
|
||||||
|
|
||||||
self.e()
|
self.get_stock_and_rate()
|
||||||
|
|
||||||
def get_bom_raw_materials(self, qty):
|
def get_bom_raw_materials(self, qty):
|
||||||
from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict
|
from erpnext.manufacturing.doctype.bom.bom import get_bom_items_as_dict
|
||||||
|
|||||||
Reference in New Issue
Block a user