27 Mar
2024
27 Mar
'24
10:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36060 --- Comment #14 from Lucas Gass <lucas@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.