adding "bibid" result peer to the marcxml
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 16 Dec 2007 19:52:03 +0000 (19:52 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 16 Dec 2007 19:52:03 +0000 (19:52 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@8226 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm

index a935ac5..e530c57 100644 (file)
@@ -575,7 +575,7 @@ sub cat_search_z_style_wrapper {
                         $u->start_mods_batch( $rec->marc );
                         my $mods = $u->finish_mods_batch();
 
-                       push @{ $result->{records} }, { mvr => $mods, marcxml => $rec->marc };
+                       push @{ $result->{records} }, { mvr => $mods, marcxml => $rec->marc, bibid => $rec->id };
 
                }