[open-ils-commits] r20259 - trunk/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:12 EDT 2011
Author: phasefx
Date: 2011-04-20 15:05:07 -0400 (Wed, 20 Apr 2011)
New Revision: 20259
Modified:
trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Log:
flesh parts in Items Out
Modified: trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm 2011-04-20 19:05:05 UTC (rev 20258)
+++ trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm 2011-04-20 19:05:07 UTC (rev 20259)
@@ -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