[Koha-bugs] [Bug 20878] New: Feature request: Add authorized value category for borrower category types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 4 20:54:27 CEST 2018


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 at lists.koha-community.org
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at 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.


More information about the Koha-bugs mailing list