Bugzilla – Attachment 10898 Details for
Bug 8427
Patron search results not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8427 - Patron search results not consistent
Bug-8427---Patron-search-results-not-consistent.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2012-07-17 14:31:06 UTC
(
hide
)
Description:
Bug 8427 - Patron search results not consistent
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-17 14:31:06 UTC
Size:
1.06 KB
patch
obsolete
>From 2a333bcd1358e17ae4f7623607a49b5c451dec79 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 12 Jul 2012 07:55:06 -0400 >Subject: [PATCH] Bug 8427 - Patron search results not consistent > >Simple fix, removed the directive to order by surname, and the system >now orders by surname, then firstname. >--- > .../prog/en/includes/patron-search.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 2749309..dc656f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -20,7 +20,7 @@ > > <label for="orderby">Order by:</label> > <select name="orderby" id="searchorderby"> >- <option value="surname,0">Surname</option> >+ <option value="">Surname, Firstname</option> > <option value="cardnumber,0">Cardnumber</option> > </select> > <input value="Search" class="submit" type="submit" /> >-- >1.7.7.3
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 8427
:
10785
|
10787
| 10898