Renamed update_fg_goods_based_on in Manufacturing Settings to backflush_raw_materials_based_on

This commit is contained in:
Neil Trini Lasrado
2015-07-20 16:42:07 +05:30
committed by Nabin Hait
parent dde65752b6
commit 8ea2f45713
2 changed files with 5 additions and 5 deletions

View File

@@ -554,7 +554,7 @@ class StockEntry(StockController):
self.add_to_stock_entry_detail(item_dict)
elif self.production_order and self.purpose == "Manufacture" and \
frappe.db.get_single_value("Manufacturing Settings", "update_fg_based_on")== "Material Transfer for Manufacture":
frappe.db.get_single_value("Manufacturing Settings", "backflush_raw_materials_based_on")== "Material Transferred for Manufacture":
self.get_transfered_raw_materials()
else: