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

(-)a/opac/opac-detail.pl (-2 / +1 lines)
Lines 32-38 use C4::Koha qw( Link Here
32
    GetNormalizedOCLCNumber
32
    GetNormalizedOCLCNumber
33
    GetNormalizedUPC
33
    GetNormalizedUPC
34
);
34
);
35
use C4::Search qw( new_record_from_zebra );
35
use C4::Search qw( new_record_from_zebra searchResults getRecords );
36
use C4::Serials qw( CountSubscriptionFromBiblionumber SearchSubscriptions GetLatestSerials );
36
use C4::Serials qw( CountSubscriptionFromBiblionumber SearchSubscriptions GetLatestSerials );
37
use C4::Output qw( parametrized_url output_html_with_http_headers );
37
use C4::Output qw( parametrized_url output_html_with_http_headers );
38
use C4::Biblio qw(
38
use C4::Biblio qw(
39
- 

Return to bug 30147