Bug 37180

Summary: Merge 'additional_fields' and 'borrower_attributes' features together
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: paul.derscheid, pedro.amorim
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37389
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 35197    
Bug Blocks:    

Description Martin Renvoize (ashimema) 2024-06-25 12:03:54 UTC
The generalised additional fields and the more specific borrower attributes features overlap in a lot of ways.

We should consider merging them to DRY out the codebase and allow us to enhance both area's once rather than having to replicate code each time we want to enhance their functionality.