[Koha-bugs] [Bug 36060] If issues table includes overdues Renew selected items button is disabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 27 22:13:34 CET 2024


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

--- Comment #14 from Lucas Gass <lucas at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list