From 17a5b04329aaafbf3d1465497659c819085a02d7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 16 May 2019 13:02:29 -0500 Subject: [PATCH] Bug 22907: Add missing use statement Content-Type: text/plain; charset=utf-8 Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy --- C4/Suggestions.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index 3367df5848..2cc06c99e0 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -28,6 +28,7 @@ use C4::Output; use C4::Debug; use C4::Letters; use Koha::DateUtils; +use Koha::Suggestions; use List::MoreUtils qw(any); use base qw(Exporter); -- 2.11.0