From 56b03e0c831b73565a3aab0e12375b0929baf295 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 28 Oct 2021 13:14:06 +0000 Subject: [PATCH] Bug 17600: Fix imports for GetClassSources in guided_reports.pl This will fix the broken option to use cn_source as a runtime parameter, e.g. <> --- reports/guided_reports.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 4c926b3c0a..b081954df5 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -38,6 +38,7 @@ use Koha::Libraries; use Koha::Patron::Categories; use Koha::SharedContent; use Koha::Util::OpenDocument qw( generate_ods ); +use C4::ClassSource qw( GetClassSources ); =head1 NAME -- 2.20.1