From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 20 Apr 2011 19:05:07 +0000 (+0000)
Subject: flesh parts in Items Out
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=517e8767b753586555585f3f39da7bd6be1087bb;p=evergreen%2Fmasslnc.git

flesh parts in Items Out


git-svn-id: svn://svn.open-ils.org/ILS/trunk@20259 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 / ],
 				}