From a085b8d4531a1e964a72839eee52453f1158c98b Mon Sep 17 00:00:00 2001 From: Marcelo Date: Fri, 12 Apr 2019 14:28:09 -0300 Subject: [PATCH] Arreglo nombre de metodo. --- 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 04c862d..af33e2e 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -193,7 +193,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', data.data.id, $scope.notaPedido.cotizacion.VENDEDOR); if ($scope.notaPedido.notaPedidoPuntoDescarga) { - notaPedidoBusinessService.addpuntoDescarga(data.data.id, + notaPedidoBusinessService.addPuntosDescarga(data.data.id, $scope.notaPedido.notaPedidoPuntoDescarga); } -- 1.9.1