From 5f791856fffb62a54347078c23f22524f0c7123c 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 QA follow-up for part #2: fixed OPACSuggestionMandatoryFields system preference description. --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 file 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 9cc1e2b..b1da7b0 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 @@ -539,8 +539,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.10.4