use Koha::MarcOverlayRules;
use Koha::Patron::Categories;
my $input = new CGI;
my $input = CGI->new;
my $op = $input->param('op') || '';
my $errors = [];
-