From 3dfac6aa2925d91cb8a158b84055fbc61ea64de0 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 3 Sep 2021 06:52:44 +0000 Subject: [PATCH] Bug 28935: Fix module in memberentry and chmod Allowlist.t Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- members/memberentry.pl | 2 +- t/db_dependent/Koha/Patron/Allowlist.t | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 t/db_dependent/Koha/Patron/Allowlist.t diff --git a/members/memberentry.pl b/members/memberentry.pl index d58e7479cd..509b5ac19e 100755 --- a/members/memberentry.pl +++ b/members/memberentry.pl @@ -46,7 +46,7 @@ use Koha::Patron::HouseboundRoles; use Koha::Token; use Email::Valid; use Koha::SMS::Providers; -use Koha::Patron::Allowlist::Staff; +use Koha::Patron::Allowlist; my $ui_allowlist = Koha::Patron::Allowlist->new({ interface => 'staff' }); diff --git a/t/db_dependent/Koha/Patron/Allowlist.t b/t/db_dependent/Koha/Patron/Allowlist.t old mode 100644 new mode 100755 -- 2.20.1