From c1e863be802216687e573dc5301f81dbe3d4053f Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 1 Mar 2019 14:39:17 -0300 Subject: [PATCH] fuera espacios --- src/js/controller.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index bbf21fc..82786e1 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -59,7 +59,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', {moneda: monedaPorDefecto}, monedaPorDefecto.cotizaciones[0] ); - $scope.inicial.cotizacion = $scope.notaPedido.cotizacion; }); @@ -193,7 +192,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', $scope.notaPedido.articulosNotaPedido, data.data.id, $scope.notaPedido.cotizacion.VENDEDOR); - if($scope.notaPedido.notaPedidoPuntoDescarga) { + if ($scope.notaPedido.notaPedidoPuntoDescarga) { notaPedidoBusinessService.addPuntosDescarga(data.data.id, $scope.notaPedido.notaPedidoPuntoDescarga); } -- 1.9.1