typo fix in journal_voucher.py
This commit is contained in:
parent
354b32177d
commit
549977bf4f
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user