From 3fd258fda0af6cf5cc53c7a87974027d694d6add Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 20 Feb 2014 15:05:11 -0500 Subject: [PATCH] LP#1053397 staff client MR results paging repair 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 Signed-off-by: Mike Rylander Signed-off-by: Dan Wells --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index b2098bdbfa..57e0bfb5e6 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -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"); -- 2.43.2