19 May
2010
19 May
'10
7:56 p.m.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2981 --- Comment #6 from Owen Leonard <oleonard@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.