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

(-)a/admin/marc-overlay-rules.pl (-3 / +2 lines)
Lines 21-28 use CGI qw ( -utf8 ); Link Here
21
use Try::Tiny;
21
use Try::Tiny;
22
22
23
use C4::Context;
23
use C4::Context;
24
use C4::Auth;
24
use C4::Auth qw( get_template_and_user );
25
use C4::Output;
25
use C4::Output qw( output_html_with_http_headers );
26
use C4::ImportBatch;
26
use C4::ImportBatch;
27
use Koha::MarcOverlayRules;
27
use Koha::MarcOverlayRules;
28
use Koha::Patron::Categories;
28
use Koha::Patron::Categories;
29
- 

Return to bug 14957