From 6d83606496beab83a0bc3a1baae0c6f3cadc947d Mon Sep 17 00:00:00 2001 From: hdl Date: Tue, 7 Mar 2006 10:43:15 +0000 Subject: [PATCH] Bug Fixing : ordersby and desc_or_asc were not kept from one page to another. --- search.marc/search.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/search.marc/search.pl b/search.marc/search.pl index e6fd9eba3f..73f597e7b6 100755 --- a/search.marc/search.pl +++ b/search.marc/search.pl @@ -207,6 +207,8 @@ if ($op eq "do_search") { from=>$from, to=>$to, numbers=>\@numbers, + desc_asc=>$desc_or_asc, + orderby=>$orderby, MARC_ON => C4::Context->preference("marc"), ); -- 2.39.5