From 3fea54d92e8840e0833ee728c410953edcd04363 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 20 Apr 2011 19:05:29 +0000
Subject: [PATCH] flesh parts in Items Out

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20262 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 / ],
 				}
-- 
2.11.0