From 16196fc62c81c95c2592b1b7939abd5f20417c34 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 13 May 2014 08:27:17 -0500 Subject: [PATCH] Bug 12244 - Update authorized values help for 3.16 This patch adds a few new values to the authorized values help To test: * Visit Administration > Authorized Values * Click help * Confirm help is there and correct Signed-off-by: Bernardo Gonzalez Kriegel New values ok Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../prog/en/modules/help/admin/authorised_values.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt index 0d21744db8..8eb11fdb04 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt @@ -36,8 +36,10 @@
  • 'REPORT_GROUP' provides a way to sort and filter your reports, the default values in this category include the Koha modules (Accounts, Acquisitions, Catalog, Circulation, Patrons)
  • 'REPORT_SUBGROUP' can be used to further sort and filter your reports. This category is empty by default. Values here need to include the authorized value code from REPORT_GROUP in the Description (OPAC) field to link the subgroup to the appropriate group.
  • 'RESTRICTED' is used for the restricted status of an item
  • +
  • 'ROADTYPE' is used forRoad types to be used in patron addresses
  • 'SUGGEST' is for a list of reasons to accept or reject patron suggestions. It appears when managing suggestions.
  • 'WITHDRAWN' is for a description of a withdrawn item. It appears when adding or editing an item.
  • +
  • 'YES_NO' is a generic authorized value field that can be used anywhere you need a simple yes/no pull down menu.
  • Add New Authorized Value Category

    -- 2.20.1