From b2ec2fc6a4bbf14723b1c63a7600ef71f375ca6d Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 3 Jun 2019 11:50:09 -0300 Subject: [PATCH] Arreglo en nota pedido en boton guardar. --- src/js/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.9.1