Bugzilla – Attachment 155016 Details for
Bug 32980
Checkouts for guarantees are not shown if patron also has a guarantor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32980: (follow-up) Whitespace fix for perltidy warning
Bug-32980-follow-up-Whitespace-fix-for-perltidy-wa.patch (text/plain), 939 bytes, created by
Owen Leonard
on 2023-08-31 15:03:40 UTC
(
hide
)
Description:
Bug 32980: (follow-up) Whitespace fix for perltidy warning
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-08-31 15:03:40 UTC
Size:
939 bytes
patch
obsolete
>From 7a280808e05b46da866bd44b081961947cab064d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 31 Aug 2023 14:56:51 +0000 >Subject: [PATCH] Bug 32980: (follow-up) Whitespace fix for perltidy warning > >--- > circ/circulation.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 5888c3f329..6101551613 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -562,7 +562,7 @@ my @relatives; > if ( $patron ) { > my @guarantors = $patron->guarantor_relationships()->guarantors->as_list; > my @guarantees = $patron->guarantee_relationships()->guarantees->as_list; >- @relatives = map { $_->id } (@guarantors, $patron->siblings->as_list, @guarantees); >+ @relatives = map { $_->id } ( @guarantors, $patron->siblings->as_list, @guarantees ); > } > my $relatives_issues_count = > Koha::Database->new()->schema()->resultset('Issue') >-- >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 32980
:
146731
|
155004
|
155014
|
155015
|
155016
|
155061
|
155062
|
155063
|
155201