From 6d6a0eeb140875fce4a351c0a956231073bf671f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Tue, 28 Feb 2023 11:28:38 +0100 Subject: [PATCH] [IMP] account_payment_order_notification: Set format_date() to show date from template record TT40795 --- account_payment_order_notification/data/mail_template_data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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