To recreate: -Set up some patron extended attributes -Make sure you check 'Display in OPAC' and 'Editable in OPAC' -Go to self registration and attempt to register -you get an error ( Not a SCALAR reference at /kohadevbox/koha/opac/opac-memberentry.pl line 110 ) Probably Bug 28031 is to blame.
Actually, it looks like this is a just a typo and the scalar sigil is doubled.
Created attachment 119782 [details] [review] Bug 28162: fix doubled scalar sigil
Created attachment 119783 [details] [review] 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
Created attachment 119803 [details] [review] 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>
A small change - risking to go directly to PQA here.
Pushed to master for 21.05, thanks to everybody involved!
Depends on Bug 28031 not in 20.11.x