Bug 7349: corrects sort order for Patron search
authorAdrien Saurat <adrien.saurat@biblibre.com>
Tue, 13 Dec 2011 15:01:45 +0000 (16:01 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Dec 2011 15:13:55 +0000 (16:13 +0100)
Sorting by cardnumber now works (removed a client-side
sort, the server-side sort is enough).

Signed-off-by: Koustubha Kale <kmkale@anantcorp.com>
1) Verified that before applying this patch, when searching patrons with cardnumber as order by preference, patrons are sorted ny name.
2) Verified that after applying this patch, when searching with cardnumber as order by preference, patrons are correctly sorted by cardnumber.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt

index 4bff548..f625220 100644 (file)
 
     </div>
 </div>
-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
-<script type="text/javascript">//<![CDATA[
-$(document).ready(function() {
-       $("#memberresultst").tablesorter({
-               sortList: [[1,0]],
-               widgets:        ['zebra']
-       });
-});
-//]]>
-</script>
 [% INCLUDE 'intranet-bottom.inc' %]