From 517e8767b753586555585f3f39da7bd6be1087bb Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 20 Apr 2011 19:05:07 +0000 Subject: [PATCH] flesh parts in Items Out git-svn-id: svn://svn.open-ils.org/ILS/trunk@20259 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.43.2