From: Jason Etheridge Date: Thu, 24 Mar 2011 20:52:25 +0000 (-0400) Subject: flesh parts in the copy retrieval method used by the label interface, so you can... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8514126b4ee11de2915c174bd4288aa279950d3;p=evergreen%2Fequinox.git flesh parts in the copy retrieval method used by the label interface, so you can use %parts% in your template --- 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 /], }