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

(-)a/admin/marc-overlay-rules.pl (-2 / +1 lines)
Lines 27-33 use C4::ImportBatch; Link Here
27
use Koha::MarcOverlayRules;
27
use Koha::MarcOverlayRules;
28
use Koha::Patron::Categories;
28
use Koha::Patron::Categories;
29
29
30
my $input = new CGI;
30
my $input = CGI->new;
31
my $op = $input->param('op') || '';
31
my $op = $input->param('op') || '';
32
my $errors = [];
32
my $errors = [];
33
33
34
- 

Return to bug 14957