Commit d63718fcf00f2cebf209f681016e86a7a0858a9c
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !56
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -965,7 +965,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 965 | 965 | |
| 966 | 966 | var cabeceras = []; |
| 967 | 967 | |
| 968 | - if (remito.cotizacion.ID) { | |
| 968 | + if (remito.cotizacion.moneda.CODIGO_AFIP != 'PES') { | |
| 969 | 969 | cabeceras.push({ |
| 970 | 970 | label: 'Moneda:', |
| 971 | 971 | valor: remito.cotizacion.moneda.DETALLE |