mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +00:00
typo fix in journal_voucher.py
This commit is contained in:
@@ -113,7 +113,7 @@ class JournalVoucher(AccountsController):
|
||||
r = []
|
||||
if self.cheque_no:
|
||||
if self.cheque_date:
|
||||
r.append(_('Reference #{0} dated {1}').fomrat(self.cheque_no, formatdate(self.cheque_date)))
|
||||
r.append(_('Reference #{0} dated {1}').format(self.cheque_no, formatdate(self.cheque_date)))
|
||||
else :
|
||||
msgprint(_("Please enter Reference date"), raise_exception=1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user