Bugzilla – Attachment 164398 Details for
Bug 36118
ILL request log does not display patron information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36118: [DONT PUSH] patch to test patron notice only
Bug-36118-DONT-PUSH-patch-to-test-patron-notice-on.patch (text/plain), 952 bytes, created by
Victor Grousset/tuxayo
on 2024-04-03 23:35:49 UTC
(
hide
)
Description:
Bug 36118: [DONT PUSH] patch to test patron notice only
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-04-03 23:35:49 UTC
Size:
952 bytes
patch
obsolete
>From edbffcb23eeb2ca3872b3c29970b58c5a611758d Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >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 <victor@tuxayo.net> >--- > Koha/Illrequest.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm >index 9dfe275eff..00a98be1f0 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -1640,13 +1640,13 @@ sub send_patron_notice { > push @fail, $transport; > } > } >- if (scalar @success > 0) { >+ #if (scalar @success > 0) { > my $logger = Koha::Illrequest::Logger->new; > $logger->log_patron_notice({ > request => $self, > notice_code => $notice_code > }); >- } >+ #} > return { > result => { > success => \@success, >-- >2.44.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36118
:
162277
|
162278
|
162279
|
162585
|
162586
|
162587
|
163178
|
163179
|
163180
|
163181
|
163283
|
163284
|
163285
|
163286
|
164181
|
164182
|
164183
|
164184
|
164185
|
164398
|
164399
|
164400
|
164401
|
164402
|
164405
|
164406
|
164407
|
164408
|
164409
|
170450
|
170451
|
170452
|
170453
|
170454
|
171372
|
171373
|
171374
|
171375
|
172785
|
172786
|
172787
|
172788
|
172789
|
173023
|
173024
|
173025
|
173026
|
173027
|
173028
|
173029
|
173030
|
173031
|
173032
|
173033
|
173034
|
173035
|
173036
|
173037
|
173038
|
173039
|
173040
|
173041