mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix(minor): rename_lost_reason_detail
This commit is contained in:
@@ -3,6 +3,7 @@ import frappe
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
if frappe.db.exists("DocType", "Lost Reason Detail"):
|
if frappe.db.exists("DocType", "Lost Reason Detail"):
|
||||||
|
frappe.reload_doc("crm", "doctype", "opportunity_lost_reason")
|
||||||
frappe.reload_doc("crm", "doctype", "opportunity_lost_reason_detail")
|
frappe.reload_doc("crm", "doctype", "opportunity_lost_reason_detail")
|
||||||
frappe.reload_doc("setup", "doctype", "quotation_lost_reason_detail")
|
frappe.reload_doc("setup", "doctype", "quotation_lost_reason_detail")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user