mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
typo fix in journal_voucher.py
This commit is contained in:
@@ -113,7 +113,7 @@ class JournalVoucher(AccountsController):
|
|||||||
r = []
|
r = []
|
||||||
if self.cheque_no:
|
if self.cheque_no:
|
||||||
if self.cheque_date:
|
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 :
|
else :
|
||||||
msgprint(_("Please enter Reference date"), raise_exception=1)
|
msgprint(_("Please enter Reference date"), raise_exception=1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user