mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-04 19:14:41 +00:00
chore: remove support email from error message.
[skip ci]
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user