Bug 25881

Summary: Alternate address and Alternative contact appear in Details even when fields hidden
Product: Koha Reporter: David Cook <dcook>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, sally.healey
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description David Cook 2020-06-26 04:29:41 UTC
"Alternate address" and "Alternative contact" appear on /cgi-bin/koha/members/moremember.pl?borrowernumber=1 even when the fields used for them are hidden by BorrowerUnwantedField.

If you try to click "Edit" or "Add", you'll be taken to an editor screen with no fields - just "Save" and "Cancel" buttons.
Comment 1 David Cook 2020-06-26 04:31:03 UTC
A quick hack workaround is just to hide those fields using CSS, but that's not really optimal.