From e72ff9377a904cdc58a612a559ff650afe2be597 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 28 Jul 2016 15:59:12 +0530 Subject: [PATCH] Added converted status in Opportunity --- erpnext/crm/doctype/opportunity/opportunity.json | 5 +++-- erpnext/patches.txt | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/crm/doctype/opportunity/opportunity.json b/erpnext/crm/doctype/opportunity/opportunity.json index 2a0820bf3c..ee625b46c1 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.json +++ b/erpnext/crm/doctype/opportunity/opportunity.json @@ -10,6 +10,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Document", + "editable_grid": 1, "fields": [ { "allow_on_submit": 0, @@ -266,7 +267,7 @@ "no_copy": 1, "oldfieldname": "status", "oldfieldtype": "Select", - "options": "Open\nQuotation\nLost\nReplied\nClosed", + "options": "Open\nQuotation\nConverted\nLost\nReplied\nClosed", "permlevel": 0, "print_hide": 1, "print_hide_if_no_value": 0, @@ -1001,7 +1002,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-06-14 15:50:55.080217", + "modified": "2016-07-28 15:58:06.614493", "modified_by": "Administrator", "module": "CRM", "name": "Opportunity", diff --git a/erpnext/patches.txt b/erpnext/patches.txt index e700bea5dc..d7c156d865 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -303,5 +303,4 @@ erpnext.patches.v7_0.migrate_schools_to_erpnext 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 +erpnext.patches.v7_0.fix_nonwarehouse_ledger_gl_entries_for_transactions \ No newline at end of file