correct issue with metabib search
authorChris Sharp <csharp@georgialibraries.org>
Tue, 12 Jan 2021 19:31:04 +0000 (14:31 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 12 Jan 2021 19:31:04 +0000 (14:31 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index db89145..c96e271 100644 (file)
@@ -3038,7 +3038,7 @@ sub get_one_metarecord_summary {
 
     my $bre_id = $meta->master_record; 
 
-    my $response = get_one_record_summary($e, $org_id, $bre_id);
+    my $response = get_one_record_summary($self, $e, $org_id, $bre_id);
     $response->{urls} = get_one_rec_urls($self, $e, $org_id, $bre_id);
 
     $response->{metabib_id} = $rec_id;