mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
more message fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user