From c1b434c50dc280d087319b053d342c3e81f278ea Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 31 Aug 2006 16:10:52 +0000 Subject: [PATCH] no longer magically copying maps into entries field on fleshed copy retrieve git-svn-id: svn://svn.open-ils.org/ILS/trunk@5807 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index e8ad3cdadd..e4dd624521 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -293,7 +293,7 @@ sub fleshed_copy_retrieve2 { ) or return $e->event; # For backwards compatibility - $copy->stat_cat_entries($copy->stat_cat_entry_copy_maps); + #$copy->stat_cat_entries($copy->stat_cat_entry_copy_maps); if( $copy->status->id == OILS_COPY_STATUS_CHECKED_OUT ) { $copy->circulations( -- 2.43.2