View | Details | Raw Unified | Return to bug 10848
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_10848-add_OPACSuggestionMandatoryFields_syspref.sql (+1 lines)
Line 0 Link Here
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 (-1 / +15 lines)
Lines 554-559 OPAC: Link Here
554
                  yes: Allow
554
                  yes: Allow
555
            - patrons to select library when making a purchase suggestion
555
            - patrons to select library when making a purchase suggestion
556
        -
556
        -
557
            - "Fields that should be mandatory for patron purchase suggestions:"
558
            - pref: OPACSuggestionMandatoryFields
559
              multiple:
560
                title: Title
561
                author: Author
562
                copyrightdate: Copyright or publication date
563
                isbn: ISBN, ISSN or other standard number
564
                publishercode: Publisher name
565
                collectiontitle: Collection title
566
                place: Publication place
567
                itemtype: Item type
568
                patronreason: Patron reason
569
                note: Note
570
            - "<br />Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default."
571
        -
557
            - pref: OpacHiddenItems
572
            - pref: OpacHiddenItems
558
              type: textarea
573
              type: textarea
559
              class: code
574
              class: code
560
- 

Return to bug 10848