View | Details | Raw Unified | Return to bug 32909
Collapse All | Expand All

(-)a/reserve/request.pl (-2 / +1 lines)
Lines 70-76 my $pickup = $input->param('pickup'); Link Here
70
my $itemtypes = {
70
my $itemtypes = {
71
    map {
71
    map {
72
        $_->itemtype =>
72
        $_->itemtype =>
73
          { %{ $_->unblessed }, image_location => $_->image_location, notforloan => $_->notforloan }
73
          { %{ $_->unblessed }, image_location => $_->image_location('intranet'), notforloan => $_->notforloan }
74
    } Koha::ItemTypes->search_with_localization->as_list
74
    } Koha::ItemTypes->search_with_localization->as_list
75
};
75
};
76
76
77
- 

Return to bug 32909