brotherton-erpnext/erpnext/patches/v5_0/capacity_planning.py
2014-12-24 10:41:55 +05:30

9 lines
306 B
Python

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
import frappe
def execute():
frappe.reload_doc("stock", "doctype", "stock_entry")
frappe.db.sql("update `tabStock Entry` set additional_operating_cost = total_fixed_cost")