fix: journal auditing voucher print date to use posting_date

(cherry picked from commit 43e2495df8)
This commit is contained in:
Tamal Majumdar
2026-01-29 19:28:35 +05:30
committed by Mergify
parent a5156f696c
commit 6413ce467f

View File

@@ -17,7 +17,7 @@
</div>
<div class="col-xs-6">
<table>
<tr><td><strong>Date: </strong></td><td>{{ frappe.utils.format_date(doc.creation) }}</td></tr>
<tr><td><strong>Date: </strong></td><td>{{ frappe.utils.format_date(doc.posting_date) }}</td></tr>
</table>
</div>
</div>