Bug 7223 - Move borrowerRelationship to authorised values list
Summary: Move borrowerRelationship to authorised values list
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 22:19 UTC by Ian Walls
Modified: 2024-09-23 22:59 UTC (History)
5 users (show)

See Also:
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 (5.58 KB, patch)
2024-07-02 20:58 UTC, Sam Lau
Details | Diff | Splinter Review
Bug 7223: Remove all instances of borrowerRelationship and replace with 'BORR_RELATIONSHIP' (12.22 KB, patch)
2024-07-02 20:58 UTC, Sam Lau
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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'