Commit 50e14cf07ed97f5ab541df706cef9ff96aa32121

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'develop' into 'master'

Develop

See merge request !24
src/views/foca-modal-factura.html
... ... @@ -36,7 +36,7 @@
36 36 <td ng-click="factura.checked = !factura.checked">{{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy' : 'GMT'}}</td>
37 37 <td class="text-right"
38 38 ng-click="factura.checked = !factura.checked">
39   - {{ (factura.IPA_SHOW / parametrosFactura.cotizacion) | number:2 }}
  39 + {{ (factura.IPA_SHOW / parametrosFactura.cotizacion.cotizacion.VENDEDOR) | number:2 }}
40 40 <span ng-class="{'invisible': factura.IPA >= 0}">-</span>
41 41 </td>
42 42 <td class="text-right"