Commit 546ce629a59898415c5a51ece727e7bd780e75eb
1 parent
ba72cea380
Exists in
master
ok espacios
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -342,7 +342,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 342 | 342 | }; |
| 343 | 343 | |
| 344 | 344 | $scope.seleccionarVendedor = function(callback, ocultarVendedor) { |
| 345 | - if(APP === 'distribuidor' || ocultarVendedor) { | |
| 345 | + if (APP === 'distribuidor' || ocultarVendedor) { | |
| 346 | 346 | callback(); |
| 347 | 347 | return; |
| 348 | 348 | } |
| ... | ... | @@ -468,7 +468,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 468 | 468 | ); |
| 469 | 469 | modalInstanceDomicilio.result.then( |
| 470 | 470 | function(domicilio) { |
| 471 | - | |
| 472 | 471 | $scope.notaPedido.domicilio = domicilio; |
| 473 | 472 | $scope.notaPedido.cliente = { |
| 474 | 473 | COD: cliente.cod, |