more message fixes

This commit is contained in:
Rushabh Mehta
2014-04-15 18:40:00 +05:30
parent a6e2ca9d3b
commit ff93802d58
26 changed files with 551 additions and 646 deletions

View File

@@ -11,8 +11,7 @@ def get_company_currency(company):
if not currency:
currency = frappe.db.get_default("currency")
if not currency:
throw(_('Please specify Default Currency in Company Master \
and Global Defaults'))
throw(_('Please specify Default Currency in Company Master and Global Defaults'))
return currency