Bug 33236: (follow-up) Add use statements

This commit is contained in:
Nick Clemens 2023-05-02 10:58:27 +00:00 committed by Tomas Cohen Arazi
parent f6ad0a24a6
commit 0386c14a29
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -19,6 +19,8 @@ package Koha::Suggestion;
use Modern::Perl;
use C4::Context;
use C4::Letters;
use Koha::Database;
use Koha::DateUtils qw( dt_from_string );