This commit is contained in:
Rushabh Mehta
2014-03-27 17:51:41 +05:30
parent d2b34dc30c
commit e88bc8b12a
36 changed files with 81 additions and 124 deletions

View File

@@ -242,7 +242,7 @@ def get_company_default(company, fieldname):
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