[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Patron Attribute Types [% IF ( attribute_type_form ) %] [% IF ( edit_attribute_type ) %] › Modify patron attribute type [% ELSE %] › Add patron attribute type [% END %] [% END %] [% IF ( delete_attribute_type_form ) %] › Confirm deletion of patron attribute type "[% code |html %]" [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( WARNING_extended_attributes_off ) %]
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go here if you wish to enable this feature.
[% END %] [% IF ( attribute_type_form ) %] [% IF ( edit_attribute_type ) %]

Modify patron attribute type

[% ELSE %]

Add patron attribute type

[% END %] [% IF ( duplicate_code_error ) %]
Could not add patron attribute type "[% duplicate_code_error %]" — one with that code already exists.
[% END %]
  1. [% IF ( edit_attribute_type ) %] Patron attribute type code: [% code |html %] [% ELSE %] [% END %]
  2. Check to let a patron record have multiple values of this attribute. This setting cannot be changed after an attribute is defined.
  3. If checked, attribute will be a unique identifier — if a value is given to a patron record, the same value cannot be given to a different record. This setting cannot be changed after an attribute is defined.
  4. Check to make it possible to associate a password with this attribute.
  5. Check to display this attribute on a patron's details page in the OPAC.
  6. Check to make this attribute staff_searchable in the staff patron search.
  7. Authorized value category; if one is selected, the patron record input page will only allow values to be chosen from the authorized value list. However, an authorized value list is not enforced during batch patron import.
[% IF ( edit_attribute_type ) %] [% ELSE %] [% END %] Cancel
[% END %] [% IF ( delete_attribute_type_form ) %]

Confirm deletion of patron attribute type '[% code |html %]' ([% description %])?

[% END %] [% IF ( display_list ) %]

Patron Attribute Types

[% IF ( added_attribute_type ) %]
Added patron attribute type "[% added_attribute_type %]"
[% END %] [% IF ( edited_attribute_type ) %]
Modified patron attribute type "[% edited_attribute_type %]"
[% END %] [% IF ( deleted_attribute_type ) %]
Deleted patron attribute type "[% deleted_attribute_type %]"
[% END %] [% IF ( ERROR_delete_in_use ) %]
Could not delete patron attribute type "[% ERROR_delete_in_use %]" — it is in use by [% ERROR_num_patrons %] patron records
[% END %] [% IF ( ERROR_delete_not_found ) %]
Could not delete patron attribute type "[% ERROR_delete_not_found %]" — it was already absent from the database.
[% END %] [% IF ( available_attribute_types ) %] [% FOREACH available_attribute_type IN available_attribute_types %] [% END %]
Code Description Actions
[% available_attribute_type.code |html %] [% available_attribute_type.description %] Edit Delete
[% ELSE %]

There are no saved patron attribute types.

[% END %]
[% pagination_bar %]
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]