From 7248191cee3a7981416253d4035533a39f07cbab Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 24 Jul 2018 14:48:27 +0000 Subject: [PATCH] Bug 20287: (RM follow-up) Restore use C4::Members Signed-off-by: Nick Clemens --- installer/onboarding.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index f8bd84e8a2..930c4aad26 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -22,6 +22,7 @@ use C4::Context; use C4::InstallAuth; use CGI qw ( -utf8 ); use C4::Output; +use C4::Members qw(checkcardnumber); use Koha::Patrons; use Koha::Libraries; use Koha::Database; -- 2.39.2