Bugzilla – Attachment 6809 Details for
Bug 7349
Sorting patron search result by cardnumber doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7349: corrects sort order for Patron search
SIGNED-OFF-Bug-7349-corrects-sort-order-for-Patron.patch (text/plain), 1.47 KB, created by
Koustubha Kale
on 2011-12-15 11:29:50 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7349: corrects sort order for Patron search
Filename:
MIME Type:
Creator:
Koustubha Kale
Created:
2011-12-15 11:29:50 UTC
Size:
1.47 KB
patch
obsolete
>From 33e2a14becd74b87aafbf8d48b9b951ba2139237 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Tue, 13 Dec 2011 16:01:45 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 7349: corrects sort order for Patron search >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../prog/en/modules/members/member.tt | 10 ---------- > 1 files changed, 0 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index 4bff548..f625220 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -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' %] >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7349
:
6752
| 6809