From e8514126b4ee11de2915c174bd4288aa279950d3 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 24 Mar 2011 16:52:25 -0400 Subject: [PATCH] flesh parts in the copy retrieval method used by the label interface, so you can use %parts% in your template --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index f459f1ce9e..226ad4422c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -494,7 +494,7 @@ sub fleshed_copy_retrieve2 { flesh => 2, flesh_fields => { acp => [ - qw/ location status stat_cat_entry_copy_maps notes age_protect / + qw/ location status stat_cat_entry_copy_maps notes age_protect parts / ], ascecm => [qw/ stat_cat stat_cat_entry /], } -- 2.11.0