From: Michael Glass Date: Wed, 6 May 2015 22:01:34 +0000 (-0700) Subject: KMAIN 1715 No Cross References on 2.5 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afa6a6c901b354aa202793b8a27ffc465ec22f05;p=working%2FEvergreen.git KMAIN 1715 No Cross References on 2.5 Add a call to function which creates sees headings to load browse in browse.pm Signed-off-by: Michael Glass modified: Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm index c9e740b985..ebbaa3c3f2 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm @@ -404,6 +404,7 @@ sub load_browse { } if ($results) { + $self->gather_display_headings($results); $self->ctx->{browse_results} = $self->infer_browse_paging($results); }