From 83ca2fdf9f3e2bf9f369293785c8422d9f976f38 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 --- installer/onboarding.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index f8bd84e..930c4aa 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.1.4