diff --git a/public/v1/js/ff/accounts/reconcile.js b/public/v1/js/ff/accounts/reconcile.js index 354aacefae..182dc200ea 100644 --- a/public/v1/js/ff/accounts/reconcile.js +++ b/public/v1/js/ff/accounts/reconcile.js @@ -92,7 +92,7 @@ function selectAllReconcile(e) { // do nothing if line is already in target state if (check.prop('checked') === doCheck ) - return; + return; check.prop('checked', doCheck); // if checked, add to selected amount