mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fixed capacilty planning patch
This commit is contained in:
@@ -5,4 +5,4 @@ import frappe
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc("stock", "doctype", "stock_entry")
|
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