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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 24-29 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
24
('AllFinesNeedOverride','1','0','If on, staff will be asked to override every fine, even if it is below noissuescharge.','YesNo'),
24
('AllFinesNeedOverride','1','0','If on, staff will be asked to override every fine, even if it is below noissuescharge.','YesNo'),
25
('AllowAllMessageDeletion','0','','Allow any Library to delete any message','YesNo'),
25
('AllowAllMessageDeletion','0','','Allow any Library to delete any message','YesNo'),
26
('AllowFineOverride','0','0','If on, staff will be able to issue books to patrons with fines greater than noissuescharge.','YesNo'),
26
('AllowFineOverride','0','0','If on, staff will be able to issue books to patrons with fines greater than noissuescharge.','YesNo'),
27
('AllowGDPRPatronExport','1','','If set all data for a patron can be exported from the staff interface.','YesNo'),
27
('AllowHoldDateInFuture','0','','If set a date field is displayed on the Hold screen of the Staff Interface, allowing the hold date to be set in the future.','YesNo'),
28
('AllowHoldDateInFuture','0','','If set a date field is displayed on the Hold screen of the Staff Interface, allowing the hold date to be set in the future.','YesNo'),
28
('AllowHoldItemTypeSelection','0','','If enabled, patrons and staff will be able to select the itemtype when placing a hold','YesNo'),
29
('AllowHoldItemTypeSelection','0','','If enabled, patrons and staff will be able to select the itemtype when placing a hold','YesNo'),
29
('AllowHoldPolicyOverride','0',NULL,'Allow staff to override hold policies when placing holds','YesNo'),
30
('AllowHoldPolicyOverride','0',NULL,'Allow staff to override hold policies when placing holds','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +6 lines)
Lines 1-5 Link Here
1
Patrons:
1
Patrons:
2
    General:
2
    General:
3
     -
4
         - pref: AllowGDPRPatronExport
5
           choices:
6
               yes: "Allow export"
7
               no: "Don't allow export"
8
         - of patron data for GDPR compliance.
3
     -
9
     -
4
         - pref: CheckPrevCheckout
10
         - pref: CheckPrevCheckout
5
           default: no
11
           default: no
6
- 

Return to bug 20028