LP#1053397 staff client MR results paging repair
authorBill Erickson <berick@esilibrary.com>
Thu, 20 Feb 2014 20:05:11 +0000 (15:05 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 21 Feb 2014 20:38:55 +0000 (15:38 -0500)
When selecting a record from the list of metarecord constituents, the
paging controls (start/previous/next/end) within the staff client should
page through the constiuents, not the original search.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm

index b2098bd..57e0bfb 100644 (file)
@@ -383,7 +383,7 @@ sub load_rresults {
         }
     }
 
-    if ($metarecord and !$internal) {
+    if ($metarecord) {
 
         # TODO: other limits, like SVF/format, etc.
         $self->timelog("Getting metarecords to records");