[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
committed by Yadier A. De Quesada
parent 26c0d111da
commit 6d6a0eeb14

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