[IMP] account_payment_order_notification: Set format_date() to show date from template record

TT40795
This commit is contained in:
Víctor Martínez
2023-02-28 11:28:38 +01:00
parent f91ffb1f02
commit 0058f3fced

View File

@@ -38,7 +38,7 @@
% else:
<td>${payment_line.communication}</td>
% endif
<td>${payment_line.date}</td>
<td>${format_date(payment_line.date)}</td>
<td>${format_amount(payment_line.amount_currency, payment_line.currency_id)}</td>
</tr>
% endfor