Commit 13c557af9ef000a9c1634eef1ad585f34a596cba

Authored by Luigi
1 parent f8dd86067a
Exists in master

setear idLista al seleccionar remito

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -1191,6 +1191,7 @@ angular.module('focaCrearRemito').controller('remitoController',
1191 1191 },true);
1192 1192  
1193 1193 });
  1194 + $scope.idLista = parseInt(remito.idListaPrecio);
1194 1195 }
1195 1196 }
1196 1197