This adds a missing param to a call to get_one_record_summary
that's necessary after commit c07ce8.
To test, perform a search using the Group Formats/Editions checkbox
and you should see results.
Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
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;