chore: remove support email from error message.

[skip ci]
This commit is contained in:
Ankush Menat 2021-11-17 16:31:59 +05:30
parent b9c8489de6
commit 402205278c

View File

@ -413,7 +413,7 @@ def install_country_fixtures(company, country):
frappe.get_attr(module_name)(company, False)
except Exception as e:
frappe.log_error()
frappe.throw(_("Failed to setup defaults for country {0}. Please contact support@erpnext.com").format(frappe.bold(country)))
frappe.throw(_("Failed to setup defaults for country {0}. Please contact support.").format(frappe.bold(country)))
def update_company_current_month_sales(company):