Commit 75673aac7e7700e47a198c56056696896dfb3d89

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !31
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 }