From fd0f1b57e008a8dad8088556a57a76dd6354f15d 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 --- 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 abf4052df0..8e02aadd77 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.0