moved comment
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 Oct 2006 21:10:38 +0000 (21:10 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 Oct 2006 21:10:38 +0000 (21:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6457 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 240043c..1203fe6 100644 (file)
@@ -969,10 +969,8 @@ sub fleshed_circ_retrieve {
                $vol = undef;
        } else { 
                $mvr = $U->record_to_mvr($rec);
-               # trim the buly marc data
-               $rec->marc('');
+               $rec->marc(''); # drop the bulky marc data
        }
-       
 
        return {
                circ => $circ,