Bugzilla – Attachment 116254 Details for
Bug 27454
Additional patron attributes change sequence on every reload of edit page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27454: Pass the arrayref
Bug-27454-Pass-the-arrayref.patch (text/plain), 834 bytes, created by
Jonathan Druart
on 2021-02-03 12:55:12 UTC
(
hide
)
Description:
Bug 27454: Pass the arrayref
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-03 12:55:12 UTC
Size:
834 bytes
patch
obsolete
>From fda7e8af892ad330f4e00c9a9abedd6e2581132e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 3 Feb 2021 13:54:27 +0100 >Subject: [PATCH] Bug 27454: Pass the arrayref > >Otherwise you mess with the following hash elements :) >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 852f402bb5..f08a29f877 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -962,7 +962,7 @@ sub patron_attributes_form { > my $lib = $av->count ? $av->next->lib : $class; > push @attribute_loop, { > class => $class, >- items => @{$items_by_class{$class}}, >+ items => $items_by_class{$class}, > lib => $lib, > } > } >-- >2.20.1
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 27454
:
115238
|
116244
|
116254
|
116291
|
116292
|
116461
|
116462