Skip to content

Commit

Permalink
chore: remove support email from error message.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ankush authored and conncampbell committed Jan 9, 2022
1 parent 48a810a commit eeee6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/setup/doctype/company/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit eeee6f4

Please sign in to comment.