From 9a5066650ddb5064236de02a27015d011fe6df8d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 27 Oct 2022 12:02:11 +0200 Subject: [PATCH] Bug 32030: Add descriptions to authorised value categories Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../en/modules/admin/authorised_values.tt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index b35b415085..03d87a403b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -501,6 +501,28 @@

Departments are required by and will be used in the Course Reserves module

[% CASE 'ETAT' %]

Used in French UNIMARC installations in field 995 $o to identify item status. Similar to NOT_LOAN

+ [% CASE 'ERM_AGREEMENT_CLOSURE_REASON' %] +

Close reasons for agreements (E-Resource management module)

+ [% CASE 'ERM_AGREEMENT_LICENSE_LOCATION' %] +

Locations of the licenses' agreements (E-Resource management module)

+ [% CASE 'ERM_AGREEMENT_LICENSE_STATUS' %] +

Statuses of the licenses' agreements(E-Resource management module)

+ [% CASE 'ERM_AGREEMENT_RENEWAL_PRIORITY' %] +

Renewal priorities of agreements (E-Resource management module)

+ [% CASE 'ERM_AGREEMENT_STATUS' %] +

Statuses of agreements (E-Resource management module)

+ [% CASE 'ERM_AGREEMENT_USER_ROLES' %] +

Roles for users (E-Resource management module)

+ [% CASE 'ERM_LICENSE_STATUS' %] +

Statuses of the licenses (E-Resource management module)

+ [% CASE 'ERM_LICENSE_TYPE' %] +

Types of the licenses (E-Resource management module)

+ [% CASE 'ERM_PACKAGE_CONTENT_TYPE' %] +

Content type of the packages (E-Resource management module)

+ [% CASE 'ERM_PACKAGE_TYPE' %] +

Types of the packages (E-Resource management module)

+ [% CASE 'ERM_TITLE_PUBLICATION_TYPE' %] +

Publication types of the titles (E-Resource management module)

[% CASE 'HINGS_AS' %]

General holdings: acquisition status designator :: This data element specifies acquisition status for the unit at the time of the holdings report.

[% CASE 'HINGS_C' %] -- 2.39.2