Commit 02a1b99786d0bbc73941e072c7a9bf2c155029ac
1 parent
6123a1fad4
Exists in
master
espacios
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -159,7 +159,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
159 | 159 | notaPedidoBusinessService.addPuntosDescarga(data.data.id, |
160 | 160 | $scope.notaPedido.puntosDescarga); |
161 | 161 | } |
162 | - | |
162 | + | |
163 | 163 | var plazos = $scope.plazosPagos; |
164 | 164 | var plazosACrear = []; |
165 | 165 | plazos.forEach(function(plazo) { |
... | ... | @@ -223,7 +223,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
223 | 223 | } |
224 | 224 | ); |
225 | 225 | }; |
226 | - | |
226 | + | |
227 | 227 | $scope.seleccionarNotaPedido = function() { |
228 | 228 | var modalInstance = $uibModal.open( |
229 | 229 | { |
... | ... | @@ -485,7 +485,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
485 | 485 | valor: proveedor.NOM |
486 | 486 | }); |
487 | 487 | }, function() { |
488 | - | |
488 | + | |
489 | 489 | } |
490 | 490 | ); |
491 | 491 | } |
... | ... | @@ -623,7 +623,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
623 | 623 | valor: cabecera |
624 | 624 | }); |
625 | 625 | }, function() { |
626 | - | |
626 | + | |
627 | 627 | } |
628 | 628 | ); |
629 | 629 | } |
... | ... | @@ -680,7 +680,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
680 | 680 | $scope.notaPedido.kilometros = null; |
681 | 681 | } |
682 | 682 | }, function() { |
683 | - | |
683 | + | |
684 | 684 | } |
685 | 685 | ); |
686 | 686 | } |
... | ... | @@ -700,7 +700,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
700 | 700 | function(moneda) { |
701 | 701 | $scope.abrirModalCotizacion(moneda); |
702 | 702 | }, function() { |
703 | - | |
703 | + | |
704 | 704 | } |
705 | 705 | ); |
706 | 706 | } |