From 8d9be8b9e591be69dd0b7a1d9988570ad8675f14 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 11 Apr 2011 21:33:02 -0400 Subject: [PATCH] Ooops, we need the peer_copy_maps under copys so we can show the linked titles, um, link --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] } } ] -- 2.11.0