fix: Add GST accounts to GST Settings

This commit is contained in:
Deepesh Garg
2021-05-02 22:29:48 +05:30
parent 96300fa791
commit 0380cca3b7
2 changed files with 53 additions and 1 deletions

View File

@@ -448,7 +448,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(company_doc.country)))
frappe.throw(_("Failed to setup defaults for country {0}. Please contact support@erpnext.com").format(frappe.bold(country)))
def update_company_current_month_sales(company):