flesh parts in Items Out
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Apr 2011 19:05:07 +0000 (19:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Apr 2011 19:05:07 +0000 (19:05 +0000)
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

index cd3294e..df81b27 100644 (file)
@@ -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 / ],
                                }