added call args to open-ils.circ.hold.details.*.retrieve to allow the caller to scale...
authorBill Erickson <berick@esilibrary.com>
Wed, 26 Jan 2011 13:37:50 +0000 (08:37 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:23:38 +0000 (14:23 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm

index f16c31a..eea524e 100644 (file)
@@ -3013,7 +3013,11 @@ sub find_hold_mvr {
 
     # TODO return metarcord mvr for M holds
        my $title = $e->retrieve_biblio_record_entry($tid);
+<<<<<<< HEAD:Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
        return ( ($no_mvr) ? undef : $U->record_to_mvr($title), $volume, $copy, $issuance, $part, $title );
+=======
+       return ( ($no_mvr) ? undef : $U->record_to_mvr($title), $volume, $copy, $issuance, $title );
+>>>>>>> a6f2181... added call args to open-ils.circ.hold.details.*.retrieve to allow the caller to scale back the returned data set:Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
 }
 
 __PACKAGE__->register_method(