From 7a680ec1be5c6bf10539417697c8644566af376c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 24 Jan 2020 16:13:09 +0200 Subject: [PATCH] Bug 18936: (follow-up) Add missing import of Koha::CirculationRules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä --- installer/onboarding.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index 990dc9cc50..ab07d52021 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -30,6 +30,7 @@ use Koha::DateUtils; use Koha::Patrons; use Koha::Patron::Categories; use Koha::ItemTypes; +use Koha::CirculationRules; #Setting variables my $input = new CGI; -- 2.11.0