[open-ils-commits] r20262 - branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 20 15:05:34 EDT 2011
Author: phasefx
Date: 2011-04-20 15:05:29 -0400 (Wed, 20 Apr 2011)
New Revision: 20262
Modified:
branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Log:
flesh parts in Items Out
Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm 2011-04-20 19:05:27 UTC (rev 20261)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm 2011-04-20 19:05:29 UTC (rev 20262)
@@ -1478,7 +1478,7 @@
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 / ],
}
More information about the open-ils-commits
mailing list