2015-03-03 09:25:30 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
2014-12-19 05:27:46 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
|
|
import frappe
|
|
|
|
|
|
|
|
def execute():
|
2014-12-23 12:08:33 +00:00
|
|
|
frappe.reload_doc("stock", "doctype", "stock_entry")
|
2014-12-24 05:11:42 +00:00
|
|
|
frappe.db.sql("update `tabStock Entry` set additional_operating_cost = total_fixed_cost")
|