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

(-)a/opac/opac-readingrecord.pl (-1 / +1 lines)
Lines 25-30 use C4::Koha qw( Link Here
25
    getitemtypeimagelocation
25
    getitemtypeimagelocation
26
    GetNormalizedISBN
26
    GetNormalizedISBN
27
    GetNormalizedUPC
27
    GetNormalizedUPC
28
    GetNormalizedOCLCNumber
28
);
29
);
29
use C4::Biblio;
30
use C4::Biblio;
30
use C4::Members qw( GetAllIssues );
31
use C4::Members qw( GetAllIssues );
31
- 

Return to bug 33951