Bugzilla – Attachment 171550 Details for
Bug 37892
Patron category 'can be a guarantee' means that same category cannot be a guarantor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37892: (follow-up) Tidyness
Bug-37892-follow-up-Tidyness.patch (text/plain), 1006 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2024-09-16 13:56:09 UTC
(
hide
)
Description:
Bug 37892: (follow-up) Tidyness
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-09-16 13:56:09 UTC
Size:
1006 bytes
patch
obsolete
>From 0fee1263513f1c8e120218e60ea7733882cc7267 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Mon, 16 Sep 2024 15:54:13 +0200 >Subject: [PATCH] Bug 37892: (follow-up) Tidyness > >--- > Koha/Patron.pm | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index ea64231..241465f 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -541,7 +541,7 @@ Returns true if the patron has a guarantor. > > sub is_guarantee { > my ($self) = @_; >- return $self->guarantor_relationships()->count() >+ return $self->guarantor_relationships()->count(); > } > > >@@ -569,7 +569,6 @@ sub guarantee_relationships { > ); > } > >- > =head3 is_guarantor > > Returns true if the patron is a guarantor. >@@ -578,7 +577,7 @@ Returns true if the patron is a guarantor. > > sub is_guarantor { > my ($self) = @_; >- return $self->guarantee_relationships()->count() >+ return $self->guarantee_relationships()->count(); > } > > >-- >2.43.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 37892
:
171334
|
171335
|
171336
|
171337
|
171451
|
171463
|
171464
|
171465
|
171466
|
171467
|
171472
|
171475
|
171476
|
171477
|
171478
|
171479
|
171480
|
171546
|
171547
|
171548
|
171549
|
171550
|
171663
|
171664
|
171665
|
171824
|
171825
|
171826
|
172896
|
172897
|
172898