Bugzilla – Attachment 129222 Details for
Bug 11750
Overdue report does not limit patron attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11750: (QA follow-up) Remove unconditional warn
Bug-11750-QA-follow-up-Remove-unconditional-warn.patch (text/plain), 698 bytes, created by
Katrin Fischer
on 2022-01-08 23:06:01 UTC
(
hide
)
Description:
Bug 11750: (QA follow-up) Remove unconditional warn
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-01-08 23:06:01 UTC
Size:
698 bytes
patch
obsolete
>From a85f4aebacb7ea1736a0daef7982f01d63b5c5c1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 8 Jan 2022 23:05:00 +0000 >Subject: [PATCH] Bug 11750: (QA follow-up) Remove unconditional warn > >--- > circ/overdue.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index aad82ecdda..a4df26e174 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -128,7 +128,6 @@ my $patron_attrs = Koha::Patron::Attribute::Types->search_with_library_limits( > > my $ordinal = 0; > while (my $attr = $patron_attrs->next ) { >- warn $attr->code; > my $row = { > code => $attr->code, > description => $attr->description, >-- >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 11750
:
123970
|
129221
| 129222