From: phasefx Date: Wed, 20 Apr 2011 19:05:29 +0000 (+0000) Subject: flesh parts in Items Out X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3fea54d92e8840e0833ee728c410953edcd04363;p=evergreen%2Ftadl.git flesh parts in Items Out git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20262 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm index cd3294e0d8..df81b277ca 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm @@ -1478,7 +1478,7 @@ sub fleshed_circ_retrieve { flesh => 4, flesh_fields => { circ => [ qw/ target_copy / ], - acp => [ qw/ location status stat_cat_entry_copy_maps notes age_protect call_number / ], + acp => [ qw/ location status stat_cat_entry_copy_maps notes age_protect call_number parts / ], ascecm => [ qw/ stat_cat stat_cat_entry / ], acn => [ qw/ record / ], }