Skip to content

Commit

Permalink
fix: patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamvs committed Feb 11, 2021
1 parent c8700e3 commit 19add03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/patches/v7_1/update_lead_source.py
Expand Up @@ -5,7 +5,7 @@
def execute():
from erpnext.setup.setup_wizard.operations.install_fixtures import default_lead_sources

frappe.reload_doc('selling', 'doctype', 'lead_source')
frappe.reload_doc('crm', 'doctype', 'lead_source')

frappe.local.lang = frappe.db.get_default("lang") or 'en'

Expand Down

0 comments on commit 19add03

Please sign in to comment.