commit | e88bc8b12afd4a78667bc9210e99263c16d0af08 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 27 17:51:41 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 27 17:51:41 2014 +0530 |
tree | cb0b9030c3244720014b228f895285c2b16d7e5b | |
parent | d2b34dc30c39a495b78f55bb02e32ef6ae657e81 [diff] [blame] |
frappe/frappe#478
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 3805ec3..260344c 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -242,7 +242,7 @@ if not value: throw(_("Please mention default value for '") + - _(frappe.get_doctype("company").get_label(fieldname) + + _(frappe.get_meta("Company").get_label(fieldname) + _("' in Company: ") + company)) return value