https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20878 Bug ID: 20878 Summary: Feature request: Add authorized value category for borrower category types Change sponsored?: --- Product: Koha Version: 17.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com The categories table contains the following vales of category_type: +---------------+ | category_type | +---------------+ | A | | X | | I | | S | | C | +---------------+ I suggest that the following entries be added under authorized values: +-------------+------------------+-------------+-------------+ | category | authorised_value | lib | lib_opac | +-------------+------------------+-------------+-------------+ | PATRON_TYPE | A | Adult | Adult | | PATRON_TYPE | X | Othter | Othter | | PATRON_TYPE | I | Institution | Institution | | PATRON_TYPE | S | Staff | Staff | | PATRON_TYPE | C | Child | Child | +-------------+------------------+-------------+-------------+ ... It's just a convenience. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.