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

(-)a/opac/opac-ISBDdetail.pl (+1 lines)
Lines 191-196 $template->param( Link Here
191
    ReservableItems => $can_holds_be_placed,
191
    ReservableItems => $can_holds_be_placed,
192
    ISBD            => $res,
192
    ISBD            => $res,
193
    biblio          => $biblio,
193
    biblio          => $biblio,
194
    borrowernumber  => $loggedinuser,
194
);
195
);
195
196
196
#Search for title in links
197
#Search for title in links
(-)a/opac/opac-MARCdetail.pl (-1 / +1 lines)
Lines 382-387 $template->param( Link Here
382
    item_subfield_codes => \@item_subfield_codes,
382
    item_subfield_codes => \@item_subfield_codes,
383
    biblio              => $biblio,
383
    biblio              => $biblio,
384
    norequests          => $norequests,
384
    norequests          => $norequests,
385
    borrowernumber      => $loggedinuser,
385
);
386
);
386
387
387
output_html_with_http_headers $query, $cookie, $template->output;
388
output_html_with_http_headers $query, $cookie, $template->output;
388
- 

Return to bug 35961