mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
Fix typo (#14802)
This commit is contained in:
committed by
Rushabh Mehta
parent
69711d2df2
commit
430810f64c
@@ -40,7 +40,7 @@ class EmployeeAdvance(Document):
|
||||
company_currency = erpnext.get_company_currency(self.company)
|
||||
if (self.advance_account and
|
||||
company_currency != frappe.db.get_value('Account', self.advance_account, 'account_currency')):
|
||||
frappe.throw(_("Advance account currency should be same as company curreny {0}")
|
||||
frappe.throw(_("Advance account currency should be same as company currency {0}")
|
||||
.format(company_currency))
|
||||
|
||||
def set_total_advance_paid(self):
|
||||
|
||||
Reference in New Issue
Block a user