Bugzilla – Attachment 172894 Details for
Bug 37528
Using borrowerRelationship while guarantor relationship is unchecked from BorrowerMandatoryField results in error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37528: (follow-up) Tidyness
Bug-37528-follow-up-Tidyness.patch (text/plain), 1.21 KB, created by
Martin Renvoize (ashimema)
on 2024-10-17 15:08:25 UTC
(
hide
)
Description:
Bug 37528: (follow-up) Tidyness
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-17 15:08:25 UTC
Size:
1.21 KB
patch
obsolete
>From 19d03204b8f6b7c63dd91478b03ec756adc5e6d1 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Mon, 16 Sep 2024 15:32:14 +0200 >Subject: [PATCH] Bug 37528: (follow-up) Tidyness > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/memberentry.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index c3085749710..44e6b982b2f 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -290,12 +290,12 @@ foreach my $guarantor (@guarantors) { > } > } > >-my @valid_relationships = split(/\|/, C4::Context->preference('borrowerRelationship'), -1); >+my @valid_relationships = split( /\|/, C4::Context->preference('borrowerRelationship'), -1 ); > if (@valid_relationships) { > my @new_guarantor_id = $input->multi_param('new_guarantor_id'); > my @new_guarantor_relationship = $input->multi_param('new_guarantor_relationship'); > >- for ( my $i = 0 ; $i < scalar @new_guarantor_id; $i++ ) { >+ for ( my $i = 0 ; $i < scalar @new_guarantor_id ; $i++ ) { > my $guarantor_id = $new_guarantor_id[$i]; > my $relationship = $new_guarantor_relationship[$i]; > >-- >2.47.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 37528
:
169925
|
171277
|
171541
|
171542
|
172560
|
172893
| 172894 |
172895