https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36060

--- Comment #14 from Lucas Gass <[email protected]> ---
(In reply to Victor Grousset/tuxayo from comment #12)
> Found unused variables left:
>     var renewchecked
>     var checkinchecked
> 
> ---
> 
> minor thing: I don't get how `$("#RenewChecked").on("click"` works correctly
> without CheckRenewCheckinBoxes() when `$("#CheckinChecked").on("click"`
> needs it.

Neither should actually need it because CheckRenewCheckinBoxes() is called in
RefreshIssuesTable(). We also don't need the following in either of those on
click functions:

$('#RenewChecked, #CheckinChecked').prop('disabled' , true );


Thanks Victor!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to