From ec7a7551753ec66ae543926c70567761d92baeba 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 Signed-off-by: Liz Rea --- 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