diff --git a/src/js/controller.js b/src/js/controller.js index b5b046c..5915d8b 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -171,7 +171,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', idProveedor: $scope.notaPedido.proveedor.COD, idDomicilio: $scope.notaPedido.domicilio.id, idCotizacion: $scope.notaPedido.cotizacion.ID, - idPrecioCondicion: $scope.notaPedido.idPrecioCondicion, + idListaPrecio: $scope.notaPedido.idPrecioCondicion, cotizacion: $scope.notaPedido.cotizacion.VENDEDOR, flete: $scope.notaPedido.flete, fob: $scope.notaPedido.fob,