Merge pull request #23849 from anupamvs/formatdate

fix: replaced formatdate -> format_date
This commit is contained in:
rohitwaghchaure 2020-11-06 17:47:08 +05:30 committed by GitHub
commit 471341fb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>