https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25999
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jonathan Druart <[email protected]> --- I have the feeling that AllowRenewalOnHoldOverride is never taken into account. Asked on IRC earlier today, but still waiting for an answer I need confirmation. On the checkouts table (circ/circulation.pl) we don't allow checkin if there are holds on the items. We did it because the code is terrible and we don't manage that properly from this view we now have "On hold" and the checkbox is not displayed there is still JS code related to this feature, but I think it should be removed hacking a bit the code I managed to get this input: https://snipboard.io/haileC.jpg "On hold due date" Can you confirm that we should never see it? (and that I can remove the related code) renew, not checkin AllowRenewalOnHoldOverride. what's that? the pref is off and I am seeing that: https://snipboard.io/1AprPK.jpg all this is crazy, or I am missing something my conclusion is that the pref is useless and the code related to "renew on hold" that is on the circ table can be removed please confirm.. -- You are receiving this mail because: You are the assignee for the bug. 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/
