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

(-)a/installer/data/mysql/atomicupdate/bug_12219.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value, explanation,options,type) VALUES ('SuggestionLibraryList','','If empty, all libraries may make suggestions,', NULL, 'Free');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 489-494 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
489
('SubscriptionHistory','simplified','simplified|full','Define the display preference for serials issue history in OPAC','Choice'),
489
('SubscriptionHistory','simplified','simplified|full','Define the display preference for serials issue history in OPAC','Choice'),
490
('SubscriptionLog','1',NULL,'If ON, enables subscriptions log','YesNo'),
490
('SubscriptionLog','1',NULL,'If ON, enables subscriptions log','YesNo'),
491
('suggestion','1','','If ON, enables patron suggestions feature in OPAC','YesNo'),
491
('suggestion','1','','If ON, enables patron suggestions feature in OPAC','YesNo'),
492
('SuggestionLibraryList','',NULL,'Only allow purchase suggestions for libraries listed. If empty, all libraries may make purchase suggestions.','Free'),
492
('SuspendHoldsIntranet','1','Allow holds to be suspended from the intranet.',NULL,'YesNo'),
493
('SuspendHoldsIntranet','1','Allow holds to be suspended from the intranet.',NULL,'YesNo'),
493
('SuspendHoldsOpac','1','Allow holds to be suspended from the OPAC.',NULL,'YesNo'),
494
('SuspendHoldsOpac','1','Allow holds to be suspended from the OPAC.',NULL,'YesNo'),
494
('SvcMaxReportRows','10',NULL,'Maximum number of rows to return via the report web service.','Integer'),
495
('SvcMaxReportRows','10',NULL,'Maximum number of rows to return via the report web service.','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +4 lines)
Lines 426-431 OPAC: Link Here
426
                  yes: Allow
426
                  yes: Allow
427
                  no: "Don't allow"
427
                  no: "Don't allow"
428
            - patrons to make purchase suggestions on the OPAC.
428
            - patrons to make purchase suggestions on the OPAC.
429
        -   - "Enable purchase suggestions for the following libraries."
430
            - pref: SuggestionLibraryList
431
            - (separate branchcode with |).
432
            - If empty, all libraries may make purchase suggestions.
429
        -
433
        -
430
            - pref: reviewson
434
            - pref: reviewson
431
              choices:
435
              choices:
432
- 

Return to bug 12219