Skip to content

Commit

Permalink
Revert "fix: load crm_lead_status & crn_deal_status before app install"
Browse files Browse the repository at this point in the history
This reverts commit e4fc9fb.
  • Loading branch information
shariquerik committed Dec 7, 2023
1 parent e4fc9fb commit a86a1d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crm/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
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()
Expand Down

0 comments on commit a86a1d6

Please sign in to comment.