https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43318 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Hum, there is something fishy. If "Always show checkouts automatically" is not ticked: Before applying the patch it stayed unticked after we clicked "See highlighted items below". With the patch, it is now ticked, and the cookie (issues-table-load-immediately-moremember) is true This is because we had an ugly hack, we called twice `$('#issues-table-load-immediately').click()` I guess it would be acceptable for this patch to restore the 2 calls, and fix this behaviour on a separate bug. -- You are receiving this mail because: You are watching all bug changes.