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

(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 46-52 use Koha::Patron::HouseboundRoles; Link Here
46
use Koha::Token;
46
use Koha::Token;
47
use Email::Valid;
47
use Email::Valid;
48
use Koha::SMS::Providers;
48
use Koha::SMS::Providers;
49
use Koha::Patron::Allowlist::Staff;
49
use Koha::Patron::Allowlist;
50
50
51
my $ui_allowlist = Koha::Patron::Allowlist->new({ interface => 'staff' });
51
my $ui_allowlist = Koha::Patron::Allowlist->new({ interface => 'staff' });
52
52

Return to bug 28935