diff --git a/reserve/request.pl b/reserve/request.pl index e5faf1426a..0c37d6e4c1 100755 --- a/reserve/request.pl +++ b/reserve/request.pl @@ -70,7 +70,7 @@ my $pickup = $input->param('pickup'); my $itemtypes = { map { $_->itemtype => - { %{ $_->unblessed }, image_location => $_->image_location, notforloan => $_->notforloan } + { %{ $_->unblessed }, image_location => $_->image_location('intranet'), notforloan => $_->notforloan } } Koha::ItemTypes->search_with_localization->as_list };