Lines 4-9
properties:
Link Here
|
4 |
patron_category_id: |
4 |
patron_category_id: |
5 |
type: string |
5 |
type: string |
6 |
description: Internal patron category identifier |
6 |
description: Internal patron category identifier |
|
|
7 |
maxLength: 10 |
7 |
name: |
8 |
name: |
8 |
type: |
9 |
type: |
9 |
- string |
10 |
- string |
Lines 56-64
properties:
Link Here
|
56 |
category_type: |
57 |
category_type: |
57 |
type: string |
58 |
type: string |
58 |
description: Type of Koha patron (Adult, Child, Professional, Organizational, Statistical, Staff) |
59 |
description: Type of Koha patron (Adult, Child, Professional, Organizational, Statistical, Staff) |
|
|
60 |
maxLength: 1 |
59 |
block_expired_patron_opac_actions: |
61 |
block_expired_patron_opac_actions: |
60 |
type: string |
62 |
type: string |
61 |
description: Specific actions expired patrons of this category are blocked from performing. OPAC actions blocked based on the patron category take priority over this preference |
63 |
description: Specific actions expired patrons of this category are blocked from performing. OPAC actions blocked based on the patron category take priority over this preference |
|
|
64 |
maxLength: 128 |
62 |
default_privacy: |
65 |
default_privacy: |
63 |
type: string |
66 |
type: string |
64 |
enum: |
67 |
enum: |
Lines 68-73
properties:
Link Here
|
68 |
description: Default privacy setting for this patron category |
71 |
description: Default privacy setting for this patron category |
69 |
check_prev_checkout: |
72 |
check_prev_checkout: |
70 |
type: string |
73 |
type: string |
|
|
74 |
enum: |
75 |
- yes |
76 |
- no |
77 |
- inherit |
71 |
description: Produce a warning for this patron category if this item has previously been checked out to this patron if ''yes'', not if ''no'', defer to syspref setting if ''inherit''.' |
78 |
description: Produce a warning for this patron category if this item has previously been checked out to this patron if ''yes'', not if ''no'', defer to syspref setting if ''inherit''.' |
72 |
can_place_ill_in_opac: |
79 |
can_place_ill_in_opac: |
73 |
type: boolean |
80 |
type: boolean |
74 |
- |
|
|