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 %}