From 54985d88ffae13fe8723b2849169b006ebf740a1 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 1 Apr 2024 12:39:22 +0000 Subject: [PATCH] Bug 36118: [DONT PUSH] patch to test patron notice only Signed-off-by: Victor Grousset/tuxayo --- Koha/ILL/Request.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/ILL/Request.pm b/Koha/ILL/Request.pm index e7347e5ee3..6beee03863 100644 --- a/Koha/ILL/Request.pm +++ b/Koha/ILL/Request.pm @@ -1711,13 +1711,13 @@ sub send_patron_notice { push @fail, $transport; } } - if (scalar @success > 0) { + #if (scalar @success > 0) { my $logger = Koha::ILL::Request::Logger->new; $logger->log_patron_notice({ request => $self, notice_code => $notice_code }); - } + #} return { result => { success => \@success, -- 2.39.2