From 58f17c687718b2a267bc10c734141b4a77b366d5 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 http://bugs.koha-community.org/show_bug.cgi?id=12244 Signed-off-by: Bernardo Gonzalez Kriegel New values ok Signed-off-by: Jonathan Druart --- .../intranet-tmpl/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 0d21744..8eb11fd 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

    -- 1.7.10.4