Commit e3b7de210de9763b1f3d3927b48005f7291e4a6b

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master

See merge request !117
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) {