From: miker Date: Sun, 16 Dec 2007 19:52:03 +0000 (+0000) Subject: adding "bibid" result peer to the marcxml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a1ac62253974189c76d996e9f793af47540358da;p=Evergreen.git adding "bibid" result peer to the marcxml git-svn-id: svn://svn.open-ils.org/ILS/trunk@8226 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index a935ac5de7..e530c578cc 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -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 }; }