[open-ils-commits] r20236 - branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 20 04:12:15 EDT 2011


Author: phasefx
Date: 2011-04-20 04:12:10 -0400 (Wed, 20 Apr 2011)
New Revision: 20236

Modified:
   branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
Log:
flesh parts on items for circ functions.  Hrmm, but this only works because unflesh_copy doesn't know about parts.  Do we need unflesh_copy on checkout/checkin/renew result payloads?


Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm	2011-04-20 08:12:07 UTC (rev 20235)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm	2011-04-20 08:12:10 UTC (rev 20236)
@@ -31,7 +31,7 @@
 
 my $MK_ENV_FLESH = { 
     flesh => 2, 
-    flesh_fields => {acp => ['call_number'], acn => ['record']} 
+    flesh_fields => {acp => ['call_number','parts'], acn => ['record']}
 };
 
 sub initialize {



More information about the open-ils-commits mailing list