Skip to content

Commit 7e5eab2

Browse files
Tom-1508mergify[bot]
authored andcommitted
fix: journal auditing voucher print date to use posting_date
(cherry picked from commit 43e2495)
1 parent 63782e6 commit 7e5eab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/accounts/print_format/journal_auditing_voucher/journal_auditing_voucher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
<div class="col-xs-6">
1919
<table>
20-
<tr><td><strong>Date: </strong></td><td>{{ frappe.utils.format_date(doc.creation) }}</td></tr>
20+
<tr><td><strong>Date: </strong></td><td>{{ frappe.utils.format_date(doc.posting_date) }}</td></tr>
2121
</table>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)