Bug 7223

Summary: Move borrowerRelationship to authorised values list
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: catrina, gmcharlt, lucas, martin.renvoize, samalau
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 7223: DB updates
Bug 7223: Remove all instances of borrowerRelationship and replace with 'BORR_RELATIONSHIP'

Description Ian Walls 2011-11-14 22:19:27 UTC
Rather than a system preference of pipe-delimited values (user unfriendly!), this list should be stored in our all-purpose Authorised Values engine.  This will allow for a separation of Code and display values, as well as remove a system preference (there are too many)
Comment 1 Katrin Fischer 2023-01-07 23:47:08 UTC
Still valid.
Comment 2 Catrina Berka 2024-01-17 19:13:23 UTC
+1 Would be much more intuitive than editing a list with pipes
Comment 3 Sam Lau 2024-07-02 20:58:38 UTC
Created attachment 168404 [details] [review]
Bug 7223: DB updates

This patch adds a new authorized value category 'BORR_RELATIONSHIP' and removes the 'borrowerRelationship' system preference
Comment 4 Sam Lau 2024-07-02 20:58:41 UTC
Created attachment 168405 [details] [review]
Bug 7223: Remove all instances of borrowerRelationship and replace with 'BORR_RELATIONSHIP'