mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_payment_order_notification: Set format_date() to show date from template record
TT40795
This commit is contained in:
committed by
Yadier A. De Quesada
parent
26c0d111da
commit
6d6a0eeb14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user