Bug 33236: (follow-up) Add use statements
This commit is contained in:
parent
f6ad0a24a6
commit
0386c14a29
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue