@@ -, +, @@ on the suggestion form in OPAC - part 2 --- ..._10848-add_OPACSuggestionMandatoryFields_syspref.sql | 1 + .../prog/en/modules/admin/preferences/opac.pref | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_10848-add_OPACSuggestionMandatoryFields_syspref.sql --- a/installer/data/mysql/atomicupdate/bug_10848-add_OPACSuggestionMandatoryFields_syspref.sql +++ a/installer/data/mysql/atomicupdate/bug_10848-add_OPACSuggestionMandatoryFields_syspref.sql @@ -0,0 +1, @@ +INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('OPACSuggestionMandatoryFields','title','','Define the mandatory fields for a patron purchase suggestions made via OPAC.','multiple'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -547,6 +547,21 @@ OPAC: yes: Allow - patrons to select library when making a purchase suggestion - + - "Fields that should be mandatory for patron purchase suggestions:" + - pref: OPACSuggestionMandatoryFields + multiple: + title: Title + author: Author + copyrightdate: Copyright or publication date + isbn: ISBN, ISSN or other standard number + publishercode: Publisher name + collectiontitle: Collection title + place: Publication place + itemtype: Item type + patronreason: Patron reason + note: Note + - "
Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default." + - - pref: OpacHiddenItems type: textarea class: code --