[open-ils-commits] r20172 - 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
Mon Apr 18 14:07:10 EDT 2011


Author: phasefx
Date: 2011-04-18 14:07:05 -0400 (Mon, 18 Apr 2011)
New Revision: 20172

Modified:
   branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Log:
no need to flesh the record here


Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm	2011-04-18 18:03:41 UTC (rev 20171)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm	2011-04-18 18:07:05 UTC (rev 20172)
@@ -2899,8 +2899,7 @@
 
     } elsif( $hold->hold_type eq OILS_HOLD_TYPE_MONOPART ) {
         $part = $e->retrieve_biblio_monograph_part([
-            $hold->target,
-            {flesh => 1, flesh_fields => {bmp => [ qw/record/ ]}}
+            $hold->target
         ]) or return $e->event;
 
         $tid = $part->record;



More information about the open-ils-commits mailing list