From 5c83891d0207684cb9f3baebeed44a17835c4a96 Mon Sep 17 00:00:00 2001 From: Jacek Ablewicz Date: Fri, 20 Jun 2014 13:21:27 +0200 Subject: [PATCH] Bug 10848 [QA Followup] - Allow configuration of mandatory/required fields on the suggestion form in OPAC #2/2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QA follow-up for part #2: fixed OPACSuggestionMandatoryFields system preference description. Signed-off-by: Valérie Bertrand --- .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 458b3d1..226a4d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -534,8 +534,8 @@ OPAC: - pref: OPACSuggestionMandatoryFields class: multi - "
Field names you can set here as mandatory for OPAC suggestions include: author, copyrightdate," - - "isbn, publishercode, place, itemtype and patronreason." - - "Note: title field would be allways implicitly required, no need to enter it here." + - "isbn, publishercode, collectiontitle, place, note, itemtype and patronreason." + - "Note: title field would be always implicitly required, no need to enter it here." - - pref: OpacHiddenItems type: textarea -- 1.7.2.5