Commit c1e863be802216687e573dc5301f81dbe3d4053f

Authored by Jose Pinto
1 parent 3e325c5067
Exists in master and in 1 other branch develop

fuera espacios

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -59,7 +59,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
59 59 {moneda: monedaPorDefecto},
60 60 monedaPorDefecto.cotizaciones[0]
61 61 );
62   -
63 62 $scope.inicial.cotizacion = $scope.notaPedido.cotizacion;
64 63 });
65 64  
... ... @@ -193,7 +192,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
193 192 $scope.notaPedido.articulosNotaPedido,
194 193 data.data.id, $scope.notaPedido.cotizacion.VENDEDOR);
195 194  
196   - if($scope.notaPedido.notaPedidoPuntoDescarga) {
  195 + if ($scope.notaPedido.notaPedidoPuntoDescarga) {
197 196 notaPedidoBusinessService.addPuntosDescarga(data.data.id,
198 197 $scope.notaPedido.notaPedidoPuntoDescarga);
199 198 }