Commit d0d10b70952833f5b4d3f1e37e8b5fdd2d29b064
1 parent
e60fe07829
Exists in
master
and in
1 other branch
saldo remito negativo
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -238,7 +238,8 @@ angular.module('focaModalFactura') |
238 | 238 | facturas.forEach(function(factura) { |
239 | 239 | if (factura.TCO === 'CI' || |
240 | 240 | factura.TCO === 'FT' || |
241 | - factura.TCO === 'ND'){ | |
241 | + factura.TCO === 'ND' || | |
242 | + factura.TCO === 'RT'){ | |
242 | 243 | factura.IPA = factura.IPA * -1; |
243 | 244 | }else{ |
244 | 245 | factura.IPA = factura.IPA; |