Commit a085b8d4531a1e964a72839eee52453f1158c98b

Authored by Marcelo
1 parent 2cae8ae31a
Exists in master

Arreglo nombre de metodo.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -193,7 +193,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
193 193 data.data.id, $scope.notaPedido.cotizacion.VENDEDOR);
194 194  
195 195 if ($scope.notaPedido.notaPedidoPuntoDescarga) {
196   - notaPedidoBusinessService.addpuntoDescarga(data.data.id,
  196 + notaPedidoBusinessService.addPuntosDescarga(data.data.id,
197 197 $scope.notaPedido.notaPedidoPuntoDescarga);
198 198 }
199 199