Fixes in Patch

This commit is contained in:
Neil Trini Lasrado 2015-04-20 11:47:22 +05:30
parent e1951306eb
commit 086c0463be

View File

@ -1,6 +1,7 @@
import frappe
def execute():
frappe.reload_doctype("Project")
frappe.db.sql("update `tabProject` set expected_start_date = project_start_date, \
expected_end_date = completion_date, actual_end_date = act_completion_date, \
estimated_costing = project_value, gross_margin = gross_margin_value")