flesh parts on items for circ functions. Hrmm, but this only works because unflesh_c...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Apr 2011 08:11:30 +0000 (08:11 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Apr 2011 08:11:30 +0000 (08:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20233 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm

index 10e9a34..20139f8 100644 (file)
@@ -31,7 +31,7 @@ sub determine_booking_status {
 
 my $MK_ENV_FLESH = { 
     flesh => 2, 
-    flesh_fields => {acp => ['call_number'], acn => ['record']} 
+    flesh_fields => {acp => ['call_number','parts'], acn => ['record']}
 };
 
 sub initialize {