Commit 8ebdc368c86d20fbe450b9b04402909ac0dab06f

Authored by Luigi
1 parent 1ad71773ea
Exists in master

setear idLista al seleccionar Nota pedido

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -993,6 +993,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
993 993 addArrayCabecera($scope.cabeceras);
994 994 });
995 995 }
  996 + $scope.idLista = parseInt(notaPedido.idListaPrecio);
996 997 }
997 998  
998 999 if (notaPedido.flete === 1) {