Bug 7349: corrects sort order for Patron search

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>
This commit is contained in:
Adrien Saurat 2011-12-13 16:01:45 +01:00 committed by Paul Poulain
parent a1ec828453
commit 1de55f6f08

View file

@ -99,14 +99,4 @@
</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' %]