From 98151ce5b265cc311b03b4c88500afe3f25b31e4 Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Wed, 27 Jul 2016 15:58:16 +0530 Subject: [PATCH] [Patch] Change status in Opportunity to Quotation where status is converted --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 6971e0df1d..e700bea5dc 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -304,3 +304,4 @@ erpnext.patches.v7_0.remove_administrator_role_in_doctypes erpnext.patches.v7_0.rename_fee_amount_to_fee_component erpnext.patches.v7_0.calculate_total_costing_amount erpnext.patches.v7_0.fix_nonwarehouse_ledger_gl_entries_for_transactions +execute:frappe.db.sql("""update `tabOpportunity` set status='Quotation' where status='Converted'""") \ No newline at end of file