fix: Patch

This commit is contained in:
Deepesh Garg 2020-06-28 21:32:08 +05:30
parent eca2c1cd93
commit 50e6e47e66

View File

@ -6,6 +6,7 @@ def execute():
frappe.reload_doc('accounts', 'doctype', 'allowed_to_transact_with', force=True)
frappe.reload_doc('accounts', 'doctype', 'pricing_rule_detail', force=True)
frappe.reload_doc('crm', 'doctype', 'lost_reason_detail', force=True)
company = frappe.get_all('Company', filters = {'country': 'United States'})
if not company: