Bug 8427 - Patron search results not consistent
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 12 Jul 2012 11:55:06 +0000 (07:55 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Aug 2012 11:36:05 +0000 (13:36 +0200)
Simple fix, removed the directive to order by surname, and the system
now orders by surname, then firstname.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc

index 27405e6..880c34c 100644 (file)
@@ -21,7 +21,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" />