1
0
forked from test/crm

Revert "fix: load crm_lead_status & crn_deal_status before app install"

This reverts commit e4fc9fbe681f87240334ef8ed413a5c647b73972.
This commit is contained in:
Shariq Ansari 2023-12-07 14:51:08 +05:30
parent e4fc9fbe68
commit a86a1d6d6e

View File

@ -5,8 +5,7 @@ from __future__ import unicode_literals
import frappe
def before_install():
frappe.reload_doc("fcrm", "doctype", "crm_lead_status")
frappe.reload_doc("fcrm", "doctype", "crm_deal_status")
pass
def after_install():
add_default_lead_statuses()