From 3ceed78ba71707f74ea0e18f56993ad3e75a698e Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Wed, 13 Dec 2023 12:58:28 -0500 Subject: [PATCH] Apply format --- packages/xml/src/Xml/Templates/invoice2.1.xml.twig | 2 +- packages/xml/src/Xml/Templates/notacr2.1.xml.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/xml/src/Xml/Templates/invoice2.1.xml.twig b/packages/xml/src/Xml/Templates/invoice2.1.xml.twig index 82f09d1c..f22d729e 100644 --- a/packages/xml/src/Xml/Templates/invoice2.1.xml.twig +++ b/packages/xml/src/Xml/Templates/invoice2.1.xml.twig @@ -237,7 +237,7 @@ FormaPago {{ doc.formaPago.tipo }} {% if doc.formaPago.monto %} - {{ doc.formaPago.monto }} + {{ doc.formaPago.monto|n_format }} {% endif %} {% endif %} diff --git a/packages/xml/src/Xml/Templates/notacr2.1.xml.twig b/packages/xml/src/Xml/Templates/notacr2.1.xml.twig index 1ccef020..ca1f3978 100644 --- a/packages/xml/src/Xml/Templates/notacr2.1.xml.twig +++ b/packages/xml/src/Xml/Templates/notacr2.1.xml.twig @@ -144,7 +144,7 @@ FormaPago {{ doc.formaPago.tipo }} {% if doc.formaPago.monto %} - {{ doc.formaPago.monto }} + {{ doc.formaPago.monto|n_format }} {% endif %} {% endif %}