mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
fixed capacilty planning patch
This commit is contained in:
@@ -5,4 +5,4 @@ import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("stock", "doctype", "stock_entry")
|
||||
frappe.db.sql("update tabBOM set additional_operating_cost = total_fixed_cost")
|
||||
frappe.db.sql("update `tabStock Entry` set additional_operating_cost = total_fixed_cost")
|
||||
|
||||
Reference in New Issue
Block a user