Revert "fix: load crm_lead_status & crn_deal_status before app install"
This reverts commit e4fc9fbe681f87240334ef8ed413a5c647b73972.
This commit is contained in:
parent
e4fc9fbe68
commit
a86a1d6d6e
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user