Commit 818050cf7659f2516ba6def23d51d4788a564236

Authored by Benjamin Rodriguez
1 parent 178d65062f
Exists in master and in 2 other branches develop, lab

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_AFIP !== 'PES') {
  1131 + if (remito.cotizacion && remito.cotizacion.moneda.codigo !== 'PES') {
1132 1132 $scope.cabeceras.push({
1133 1133 label: 'Moneda:',
1134 1134 valor: remito.cotizacion.moneda.DETALLE