Bugzilla – Attachment 156447 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), 880 bytes, created by
David Nind
on 2023-10-01 17:26:23 UTC
(
hide
)
Description:
Bug 12133: Fix QA issue
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-10-01 17:26:23 UTC
Size:
880 bytes
patch
obsolete
>From bd3a9c72c40166c31e9c9eb8d483b0621a0f1ec2 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> >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 21252828ed..a4c1e9eeef 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