Bugzilla – Attachment 163178 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), 899 bytes, created by
Pedro Amorim
on 2024-03-15 09:12:20 UTC
(
hide
)
Description:
Bug 36118: [DONT PUSH] patch to test patron notice only
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-15 09:12:20 UTC
Size:
899 bytes
patch
obsolete
>From 491164db14dc1bd6c2201a689a270eefc63af1e0 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 16 Feb 2024 16:28:10 +0000 >Subject: [PATCH] Bug 36118: [DONT PUSH] patch to test patron notice only > >--- > Koha/Illrequest.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm >index 95f61b3de46..08028123fe7 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -1610,13 +1610,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.30.2
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