diff --git a/account_payment_order_notification/data/mail_template_data.xml b/account_payment_order_notification/data/mail_template_data.xml index afb49bde0..148e6a376 100644 --- a/account_payment_order_notification/data/mail_template_data.xml +++ b/account_payment_order_notification/data/mail_template_data.xml @@ -38,7 +38,7 @@ % else: ${payment_line.communication} % endif - ${payment_line.date} + ${format_date(payment_line.date)} ${format_amount(payment_line.amount_currency, payment_line.currency_id)} % endfor