File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 325325 {% if doc .mtoOperGratuitas %}
326326 <cac:TaxSubtotal >
327327 <cbc:TaxableAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoOperGratuitas | n_format }}</cbc:TaxableAmount >
328- <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGV | n_format }}</cbc:TaxAmount >
328+ <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGVGratuitas | n_format }}</cbc:TaxAmount >
329329 <cac:TaxCategory >
330330 <cac:TaxScheme >
331331 <cbc:ID >9996</cbc:ID >
Original file line number Diff line number Diff line change 196196 {% if doc .mtoOperGratuitas %}
197197 <cac:TaxSubtotal >
198198 <cbc:TaxableAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoOperGratuitas | n_format }}</cbc:TaxableAmount >
199- <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGV | n_format }}</cbc:TaxAmount >
199+ <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGVGratuitas | n_format }}</cbc:TaxAmount >
200200 <cac:TaxCategory >
201201 <cac:TaxScheme >
202202 <cbc:ID >9996</cbc:ID >
Original file line number Diff line number Diff line change 196196 {% if doc .mtoOperGratuitas %}
197197 <cac:TaxSubtotal >
198198 <cbc:TaxableAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoOperGratuitas | n_format }}</cbc:TaxableAmount >
199- <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGV | n_format }}</cbc:TaxAmount >
199+ <cbc:TaxAmount currencyID =" {{ doc .tipoMoneda }}" >{{ doc .mtoIGVGratuitas | n_format }}</cbc:TaxAmount >
200200 <cac:TaxCategory >
201201 <cac:TaxScheme >
202202 <cbc:ID >9996</cbc:ID >
You can’t perform that action at this time.
0 commit comments