Bugzilla – Attachment 161516 Details for
Bug 26597
Transfer information from guarantor when adding a guarantor to an existing patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26597: (QA follow-up) Tidy code
Bug-26597-QA-follow-up-Tidy-code.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2024-01-26 12:05:35 UTC
(
hide
)
Description:
Bug 26597: (QA follow-up) Tidy code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-01-26 12:05:35 UTC
Size:
1.09 KB
patch
obsolete
>From 5227655111af79c845e7bc41a85504dd36a71ac4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 26 Jan 2024 07:04:14 -0500 >Subject: [PATCH] Bug 26597: (QA follow-up) Tidy code > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > members/memberentry.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 62abd3a03cf..b79b0e2c37b 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -623,12 +623,12 @@ if (C4::Context->preference("IndependentBranches")) { > } > > # Define the fields to be pre-filled in guarantee records >-my $prefillguarantorfields=C4::Context->preference("PrefillGuaranteeField"); >-my @prefill_fields=split(/\,/,$prefillguarantorfields); >+my $prefillguarantorfields = C4::Context->preference("PrefillGuaranteeField"); >+my @prefill_fields = split( /\,/, $prefillguarantorfields ); > $template->param( > prefill_fields => \@prefill_fields, > to_api_mapping => Koha::Patron->new->to_api_mapping >- ); >+); > > if ($op eq 'add'){ > if ($guarantor_id) { >-- >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 26597
:
111054
|
111319
|
112196
|
142443
|
144475
|
144560
|
148564
|
148597
|
148598
|
148599
|
151850
|
151851
|
151878
|
154501
|
154503
|
154504
|
154505
|
154506
|
158119
|
158300
|
161510
|
161511
|
161512
|
161513
|
161514
|
161515
| 161516