Commit 2385f9dd7f6f942b79ebe2b3d66207fd35ce6c3b
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !20
Showing
1 changed file
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; |