Commit ee02aca22f8998d597546151d968a36893295353
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !52
Showing
1 changed file
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, |