[Koha-patches] [PATCH] Adding orderby parameter : Fixes changing page in auth_finder.pl

Henri-Damien LAURENT henridamien at koha-fr.org
Mon May 19 17:54:42 CEST 2008


---
 authorities/auth_finder.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl
index 22330e2..f68c18a 100755
--- a/authorities/auth_finder.pl
+++ b/authorities/auth_finder.pl
@@ -128,6 +128,7 @@ if ( $op eq "do_search" ) {
 
     $template->param( result => $results ) if $results;
     $template->param(
+        orderby      => $orderby,
         startfrom      => $startfrom,
     displaynext    => $displaynext,
     displayprev    => $displayprev,
-- 
1.5.4.3




More information about the Koha-patches mailing list