From 48db6155d98af751effc625ed1fa7d2e83982b0b Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 20 May 2014 12:56:02 -0400 Subject: [PATCH] Squash me! I am cleanup for the previous commit. Signed-off-by: Mike Rylander --- .../src/perlmods/lib/OpenILS/Application/Storage/Publisher/metabib.pm | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.11.0