From: miker Date: Sat, 1 Mar 2008 16:41:30 +0000 (+0000) Subject: use the correct access method for the id list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1bca1b484eb4d9f7b2f9ec49dd1ece24f4bcc67f;p=Evergreen.git use the correct access method for the id list git-svn-id: svn://svn.open-ils.org/ILS/trunk@8849 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 1595642b99..ed77e54d05 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1334,7 +1334,7 @@ sub sru_search { 'open-ils.search.biblio.multiclass.query' => {} => $search_string )->gather(1); - $recs = $supercat->request( 'open-ils.supercat.record.object.retrieve' => $recs->{ids} )->gather(1); + $recs = $supercat->request( 'open-ils.supercat.record.object.retrieve' => [ map { $_->[0] } @{$recs->{ids}} ] )->gather(1); $resp->addRecord( SRU::Response::Record->new(