Commit 1b918c69cb0ebe0667e0bdb2038ef080a02899cd
1 parent
e87f263275
Exists in
master
quitado parentesis en booleano.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -1076,7 +1076,7 @@ angular.module('focaCrearRemito').controller('remitoController', |
| 1076 | 1076 | return true; |
| 1077 | 1077 | } else { |
| 1078 | 1078 | focaModalService.alert('No se puede editar un remito facturado'); |
| 1079 | - return false(); | |
| 1079 | + return false; | |
| 1080 | 1080 | } |
| 1081 | 1081 | } |
| 1082 | 1082 |