Ooops, we need the peer_copy_maps under copys so we can show the linked titles, um...
authorMike Rylander <mrylander@gmail.com>
Tue, 12 Apr 2011 01:33:02 +0000 (21:33 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 12 Apr 2011 01:33:02 +0000 (21:33 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index 0bef2bd..bd66376 100644 (file)
@@ -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' ]
                 }
             }
         ]