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

(-)a/opac/opac-MARCdetail.pl (+2 lines)
Lines 40-45 the items attached to the biblio Link Here
40
=cut
40
=cut
41
41
42
use strict;
42
use strict;
43
use warnings;
44
43
use C4::Auth;
45
use C4::Auth;
44
use C4::Context;
46
use C4::Context;
45
use C4::Output;
47
use C4::Output;
(-)a/opac/opac-authoritiesdetail.pl (-1 / +2 lines)
Lines 38-43 parameters tables. Link Here
38
=cut
38
=cut
39
39
40
use strict;
40
use strict;
41
use warnings;
42
41
use C4::AuthoritiesMarc;
43
use C4::AuthoritiesMarc;
42
use C4::Auth;
44
use C4::Auth;
43
use C4::Context;
45
use C4::Context;
44
- 

Return to bug 2505