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

--- Comment #21 from Matt Blenkinsop <matt.blenkin...@ptfs-europe.com> ---
In the meantime, if any libraries / customers are struggling with this issue
then the code below can be added to IntranetUserJS. This will wipe the
selection history every time you navigate so it won't persist between patron
searches

$(document).ready(function() {
   var patron_search_selections = [];
  localStorage.setItem('patron_search_selections', JSON.stringify(
patron_search_selections ));
});

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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