From 4606ceb05e18265e762761dc306226855586c806 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 14 Mar 2023 10:33:58 -1000 Subject: [PATCH] Bug 29393: (follow-up) Explicite use of methods from C4 Signed-off-by: Matthias Le Gac Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- circ/add_message.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circ/add_message.pl b/circ/add_message.pl index 284c8de3fb..d5c1ad0640 100755 --- a/circ/add_message.pl +++ b/circ/add_message.pl @@ -22,8 +22,8 @@ use Modern::Perl; use CGI qw ( -utf8 ); use C4::Auth qw( get_template_and_user ); -use C4::Output; -use C4::Letters; +use C4::Output qw( output_and_exit ); +use C4::Letters qw( GetPreparedLetter EnqueueLetter ); use Koha::Patron::Message; use Koha::Patrons; -- 2.39.5