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

(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 76-81 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
76
('CalculateFinesOnReturn','1','','Switch to control if overdue fines are calculated on return or not','YesNo'),
76
('CalculateFinesOnReturn','1','','Switch to control if overdue fines are calculated on return or not','YesNo'),
77
('CalendarFirstDayOfWeek','Sunday','Sunday|Monday','Select the first day of week to use in the calendar.','Choice'),
77
('CalendarFirstDayOfWeek','Sunday','Sunday|Monday','Select the first day of week to use in the calendar.','Choice'),
78
('canreservefromotherbranches','1','','With Independent branches on, can a user from one library place a hold on an item from another library','YesNo'),
78
('canreservefromotherbranches','1','','With Independent branches on, can a user from one library place a hold on an item from another library','YesNo'),
79
('CardnumberLength', '', '', 'Set a length for card numbers.', 'Free'),
79
('casAuthentication','0','','Enable or disable CAS authentication','YesNo'),
80
('casAuthentication','0','','Enable or disable CAS authentication','YesNo'),
80
('casLogout','0','','Does a logout from Koha should also log the user out of CAS?','YesNo'),
81
('casLogout','0','','Does a logout from Koha should also log the user out of CAS?','YesNo'),
81
('casServerUrl','https://localhost:8443/cas','','URL of the cas server','Free'),
82
('casServerUrl','https://localhost:8443/cas','','URL of the cas server','Free'),
82
- 

Return to bug 13984