commit | 471341fb87065e8caa620f9fe91589ece0f1475c | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Nov 06 17:47:08 2020 +0530 |
committer | GitHub <noreply@github.com> | Fri Nov 06 17:47:08 2020 +0530 |
tree | 5ff720e10f86eab6de8104c75672fb0880964673 | |
parent | d967ad6b5b5a8a0e56ee25eecd5c31e7f494d263 [diff] | |
parent | c3307f79004f534fa95be13dd3de5c96dbce8089 [diff] |
Merge pull request #23849 from anupamvs/formatdate fix: replaced formatdate -> format_date
diff --git a/erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html b/erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html index 6fe6999..e588ed6 100644 --- a/erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html +++ b/erpnext/accounts/print_format/bank_and_cash_payment_voucher/bank_and_cash_payment_voucher.html
@@ -19,7 +19,7 @@ </div> <div class="col-xs-6"> <table> - <tr><td><strong>Date: </strong></td><td>{{ frappe.utils.formatdate(doc.creation) }}</td></tr> + <tr><td><strong>Date: </strong></td><td>{{ frappe.utils.format_date(doc.creation) }}</td></tr> </table> </div> </div>