Commit b3254597503a75e82fecc876632479af0482d01c
1 parent
ab90fa0a6f
Exists in
master
and in
2 other branches
descarga pdf
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -1128,7 +1128,7 @@ angular.module('focaCrearRemito').controller('remitoController', |
1128 | 1128 | |
1129 | 1129 | $scope.cabeceras = []; |
1130 | 1130 | |
1131 | - if (remito.cotizacion && remito.cotizacion.moneda.codigo !== 'PES') { | |
1131 | + if (remito.cotizacion && remito.cotizacion.moneda.CODIGO_AFIP !== 'PES') { | |
1132 | 1132 | $scope.cabeceras.push({ |
1133 | 1133 | label: 'Moneda:', |
1134 | 1134 | valor: remito.cotizacion.moneda.DETALLE |