[Koha-bugs] [Bug 2981] Misleading interface for selecting patron from circulation search results

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Wed May 19 16:56:41 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2981





--- Comment #6 from Owen Leonard <oleonard at myacpl.org>  2010-05-19 14:56:40 ---
This functionality can be easily added via the intranetuserjs system preference
for libraries who like it:

$(document).ready(function(){
$("select#borrowernumber option").click(function(){
location.href="circulation.pl?borrowernumber="+$(this).attr("value"); }); });


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list