Bugzilla – Attachment 158344 Details for
Bug 12133
Guarantor requirements when registering a patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12133: Fix QA issue
Bug-12133-Fix-QA-issue.patch (text/plain), 938 bytes, created by
Kyle M Hall (khall)
on 2023-11-03 15:45:13 UTC
(
hide
)
Description:
Bug 12133: Fix QA issue
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-11-03 15:45:13 UTC
Size:
938 bytes
patch
obsolete
>From 51260a869e71cd5c474940ebda1cb0a5fc7b592b Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Fri, 29 Sep 2023 15:19:36 +0300 >Subject: [PATCH] Bug 12133: Fix QA issue > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index d90fd5dd90f..a5d0d6c3fc7 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -120,7 +120,7 @@ foreach my $new_guarantor_id (@new_guarantor_ids) { > push @guarantors, $new_guarantor; > } > >-my @existing_guarantors = $patron->guarantor_relationships()->guarantors->as_list unless !$patron; >+my @existing_guarantors = $patron ? $patron->guarantor_relationships()->guarantors->as_list : (); > push @guarantors, @existing_guarantors; > > ## Deal with debarments >-- >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 12133
:
27517
|
27584
|
33459
|
91482
|
94371
|
94538
|
94544
|
99629
|
113099
|
113100
|
134013
|
134014
|
134015
|
146827
|
147440
|
148058
|
148070
|
152706
|
153082
|
153154
|
154300
|
154316
|
156387
|
156446
|
156447
| 158344 |
158345
|
158346
|
158919
|
158979