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