$org, $limit, $offset );
my $e = new_editor(xact => 1, requestor => $reqr);
- $conn->respond(uber_hold_impl($e, $_)) for @$ids;
+ $conn->respond(uber_hold_impl($e, $_, {flesh_acpl => 1})) for @$ids;
$e->rollback;
$conn->respond_complete;
return;
%$details
};
+ $resp->{copy}->location(
+ $e->retrieve_asset_copy_location($resp->{copy}->location))
+ if $resp->{copy} and $args->{flesh_acpl};
+
unless($args->{suppress_patron_details}) {
my $card = $e->retrieve_actor_card($user->card) or return $e->event;
$resp->{patron_first} = $user->first_given_name,