no need to flesh the record here
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Apr 2011 18:03:38 +0000 (18:03 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 Apr 2011 18:03:38 +0000 (18:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20170 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 4fa5449..8323382 100644 (file)
@@ -2899,8 +2899,7 @@ sub find_hold_mvr {
 
     } 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;