KMAIN 1715 No Cross References on 2.5
authorMichael Glass <mglass@catalystitservices.com>
Wed, 6 May 2015 22:01:34 +0000 (15:01 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
   Add a call to function which creates sees headings to load browse in
   browse.pm

Signed-off-by: Michael Glass <mglass@catalystitservices.com>
modified:   Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm

Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm

index c9e740b..ebbaa3c 100644 (file)
@@ -404,6 +404,7 @@ sub load_browse {
         }
 
         if ($results) {
+            $self->gather_display_headings($results);
             $self->ctx->{browse_results} = $self->infer_browse_paging($results);
         }