File tree Expand file tree Collapse file tree
packages/xml/src/Xml/Templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 246246 <cac:PaymentTerms >
247247 <cbc:ID >FormaPago</cbc:ID >
248248 <cbc:PaymentMeansID >Cuota{{ " %03d" | format (loop .index ) }}</cbc:PaymentMeansID >
249- <cbc:Amount currencyID =" {{ cuota .moneda | default (doc .tipoMoneda ) }}" >{{ cuota .monto }}</cbc:Amount >
249+ <cbc:Amount currencyID =" {{ cuota .moneda | default (doc .tipoMoneda ) }}" >{{ cuota .monto | n_format }}</cbc:Amount >
250250 <cbc:PaymentDueDate >{{ cuota .fechaPago | date (' Y-m-d' ) }}</cbc:PaymentDueDate >
251251 </cac:PaymentTerms >
252252 {% endfor %}
Original file line number Diff line number Diff line change 153153 <cac:PaymentTerms >
154154 <cbc:ID >FormaPago</cbc:ID >
155155 <cbc:PaymentMeansID >Cuota{{ " %03d" | format (loop .index ) }}</cbc:PaymentMeansID >
156- <cbc:Amount currencyID =" {{ cuota .moneda | default (doc .tipoMoneda ) }}" >{{ cuota .monto }}</cbc:Amount >
156+ <cbc:Amount currencyID =" {{ cuota .moneda | default (doc .tipoMoneda ) }}" >{{ cuota .monto | n_format }}</cbc:Amount >
157157 <cbc:PaymentDueDate >{{ cuota .fechaPago | date (' Y-m-d' ) }}</cbc:PaymentDueDate >
158158 </cac:PaymentTerms >
159159 {% endfor %}
You can’t perform that action at this time.
0 commit comments