From b994e4d5d2ead09aaa2e6cc84ab34cde56a99a95 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Sat, 10 Nov 2018 13:06:03 -0300 Subject: [PATCH] =?UTF-8?q?Saqu=C3=A9=20la=20l=C3=B3gica=20de=20seguimient?= =?UTF-8?q?o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 2ba85d1..d43959b 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -1,11 +1,10 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', [ '$scope', '$uibModal', '$location', '$filter', 'crearNotaPedidoService', - 'focaModalService', 'focaSeguimientoService', 'notaPedidoBusinessService', - '$rootScope', + 'focaModalService', 'notaPedidoBusinessService', '$rootScope', function( $scope, $uibModal, $location, $filter, crearNotaPedidoService, focaModalService, - focaSeguimientoService, notaPedidoBusinessService, $rootScope + notaPedidoBusinessService, $rootScope ) { $scope.botonera = [ {texto: 'Vendedor', accion: function() {$scope.seleccionarVendedor();}}, @@ -177,7 +176,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', function(data) { notaPedidoBusinessService.addArticulos($scope.articulosTabla, data.data.id, $scope.notaPedido.cotizacion.VENDEDOR); - focaSeguimientoService.guardarPosicion('crear nota pedido', ''); var plazos = $scope.plazosPagos; for(var j = 0; j < plazos.length; j++) { -- 1.9.1