repaired syntax error
authorBill Erickson <erickson@esilibrary.com>
Mon, 11 Apr 2011 23:32:44 +0000 (19:32 -0400)
committerBill Erickson <erickson@esilibrary.com>
Mon, 11 Apr 2011 23:32:44 +0000 (19:32 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index bd66376..063d826 100644 (file)
@@ -695,7 +695,7 @@ sub find_peer_bibs {
     # push the maps onto the correct MVRs
     for (@$multi_home_list) {
         push(
-            @{$rec_hash{ $_->target_copy->call_number->record }->foreign_copy_maps()),
+            @{$rec_hash{ $_->target_copy->call_number->record }->foreign_copy_maps()},
             $_
         );
     }