Commit 1b4a23820bd5c6d874a275a3b0e9e130b8ba1c2e
1 parent
2dfbf4c261
Exists in
master
espacio despues de else
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -858,7 +858,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 858 | 858 | function varlidarRemitoFacturado() { |
| 859 | 859 | if($scope.remito.estado !== 5) { |
| 860 | 860 | return true; |
| 861 | - }else{ | |
| 861 | + }else { | |
| 862 | 862 | focaModalService.alert('No se puede editar un remito facturado'); |
| 863 | 863 | return false(); |
| 864 | 864 | } |