From: Mike Rylander Date: Tue, 20 May 2014 16:56:02 +0000 (-0400) Subject: Squash me! I am cleanup for the previous commit. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fmiker%2Flp1321017-fast-MR-constituent-retrieval;p=working%2FEvergreen.git Squash me! I am cleanup for the previous commit. Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm index 49a493f8f7..61552a46c6 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm @@ -78,6 +78,9 @@ sub ordered_records_from_metarecord { # XXX Replace with QP-based search-within- my $self = shift; my $client = shift; my $mr = shift; + my $formats = shift; # dead + my $org = shift; + my $depth = shift; my $copies_visible = 'LEFT JOIN asset.opac_visible_copies vc ON (br.id = vc.record)'; $copies_visible = '' if ($self->api_name =~ /staff/o);