https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb@sekls.org --- Comment #1 from Jason Robb <jrobb@sekls.org> --- Agree, this saves clicks. I'm currently using jQuery for this: //Point holds queue button directly to logged in library's queue var libcode = $('#logged-in-info-full .logged-in-branch-code').text(); $('#circ_circulation-home .circ-button:contains("Holds queue")').attr('href', '/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=' + libcode +'&itemtypeslimit=&ccodeslimit=&locationslimit=&run_report=1'); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.