Bug 28162: fix doubled scalar sigil
authorLucas Gass <lucas@bywatersolutions.com>
Fri, 16 Apr 2021 19:49:36 +0000 (19:49 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 21 Apr 2021 08:51:29 +0000 (10:51 +0200)
commit04631818e3c0a56859cb0f029b53111303b60f11
tree370a5a1b52829a115ac8bba6f23b1ef674d1f5f2
parent1dcab586427fb2aa1b1c676a4dc2046c202ee671
Bug 28162: fix doubled scalar sigil

TEST PLAN:

1 Set up some patron extended attributes
2 Make sure you check 'Display in OPAC' and 'Editable in OPAC'
3 Go to self registration and attempt to register
4 you get an error ( Not a SCALAR reference at /kohadevbox/koha/opac/opac-memberentry.pl line 110 )
5 Apply patch
6 repeat steps 1-3, ther should be no error now

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
opac/opac-memberentry.pl