From: Mike Rylander Date: Tue, 12 Apr 2011 01:33:02 +0000 (-0400) Subject: Ooops, we need the peer_copy_maps under copys so we can show the linked titles, um... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8d9be8b9e591be69dd0b7a1d9988570ad8675f14;p=evergreen%2Fequinox.git Ooops, we need the peer_copy_maps under copys so we can show the linked titles, um, link --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index 0bef2bd938..bd663769af 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -669,7 +669,7 @@ sub find_peer_bibs { flesh => 2, flesh_fields => { bpbcm => [ 'target_copy', 'peer_type' ], - acp => [ 'call_number', 'location', 'status' ] + acp => [ 'call_number', 'location', 'status', 'peer_record_maps' ] } } ]