fix: message bold

This commit is contained in:
vishdha 2020-04-13 18:43:14 +05:30
parent 10a6f4bd05
commit 5008be1db5

View File

@ -89,7 +89,7 @@ class Account(NestedSet):
throw(_("Root cannot be edited."), RootNotEditable) throw(_("Root cannot be edited."), RootNotEditable)
if not self.parent_account and not self.is_group: if not self.parent_account and not self.is_group:
frappe.throw(_("Root Account must be a group for {0}".format(self.name))) frappe.throw(_("Root Account must be a group for {0}".format(frappe.bold(self.name))))
def validate_root_company_and_sync_account_to_children(self): def validate_root_company_and_sync_account_to_children(self):
# ignore validation while creating new compnay or while syncing to child companies # ignore validation while creating new compnay or while syncing to child companies