Update stock_entry.py

This commit is contained in:
Nabin Hait
2014-10-08 13:20:31 +05:30
parent cfafe93391
commit 8923801881

View File

@@ -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