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 547-552 OPAC: Link Here
547
                  yes: Allow
547
                  yes: Allow
548
            - patrons to select library when making a purchase suggestion
548
            - patrons to select library when making a purchase suggestion
549
        -
549
        -
550
            - "Fields that should be mandatory for patron purchase suggestions:"
551
            - pref: OPACSuggestionMandatoryFields
552
              multiple:
553
                title: Title
554
                author: Author
555
                copyrightdate: Copyright or publication date
556
                isbn: ISBN, ISSN or other standard number
557
                publishercode: Publisher name
558
                collectiontitle: Collection title
559
                place: Publication place
560
                itemtype: Item type
561
                patronreason: Patron reason
562
                note: Note
563
            - "<br />Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default."
564
        -
550
            - pref: OpacHiddenItems
565
            - pref: OpacHiddenItems
551
              type: textarea
566
              type: textarea
552
              class: code
567
              class: code
553
- 

Return to bug 10848