From d3a4d96598066966ce21842cee8b53f7c44b9079 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 26 Feb 2006 03:33:52 +0000 Subject: [PATCH] fixing OPAC copy count display bug git-svn-id: svn://svn.open-ils.org/ILS/trunk@3191 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index dfc3c533fe..9125eaedba 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -191,6 +191,8 @@ __PACKAGE__->register_method( sub record_id_to_copy_count { my( $self, $client, $org_id, $record_id, $format ) = @_; + $format = undef if ($format eq 'all'); + my $method = "open-ils.storage.biblio.record_entry.copy_count.atomic"; my $key = "record"; if($self->api_name =~ /metarecord/) { -- 2.43.2