Bug 27380: Add missing use statement
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Feb 2021 09:15:38 +0000 (10:15 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Feb 2021 09:22:13 +0000 (10:22 +0100)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Report.pm

index 391434ed25f43f2ed0e4908f10cbd574c7c9449d..e11e75d4a06b7910febb4b5daaa113d8e9a24e1a 100644 (file)
@@ -22,6 +22,7 @@ use Carp;
 use Koha::Database;
 use JSON;
 use Koha::Reports;
+use Koha::DateUtils qw( dt_from_string output_pref );
 
 use base qw(Koha::Object);