|
Lines 173-178
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 173 |
('ClaimReturnedWarningThreshold', '', NULL, 'Sets the number of return claims past which the librarian will be warned the patron has many return claims', 'Integer'), |
173 |
('ClaimReturnedWarningThreshold', '', NULL, 'Sets the number of return claims past which the librarian will be warned the patron has many return claims', 'Integer'), |
| 174 |
('ClaimsBccCopy','0',NULL,'Bcc the ClaimAcquisition and ClaimIssues alerts','YesNo'), |
174 |
('ClaimsBccCopy','0',NULL,'Bcc the ClaimAcquisition and ClaimIssues alerts','YesNo'), |
| 175 |
('ClaimsLog','1',NULL,'If ON, log all notices sent','YesNo'), |
175 |
('ClaimsLog','1',NULL,'If ON, log all notices sent','YesNo'), |
|
|
176 |
('ClassSortGenericFormats','',NULL,'This supports zero-padding formats for cn_sort in the generic sort routine','Free'), |
| 176 |
('CleanUpDatabaseReturnClaims', '', NULL, 'Sets the age of resolved return claims to delete from the database for cleanup_database.pl', 'Integer'), |
177 |
('CleanUpDatabaseReturnClaims', '', NULL, 'Sets the age of resolved return claims to delete from the database for cleanup_database.pl', 'Integer'), |
| 177 |
('CoceHost', '', NULL, 'Coce server URL', 'Free'), |
178 |
('CoceHost', '', NULL, 'Coce server URL', 'Free'), |
| 178 |
('CoceProviders', '', 'aws,gb,ol', 'Coce providers', 'multiple'), |
179 |
('CoceProviders', '', 'aws,gb,ol', 'Coce providers', 'multiple'), |
| 179 |
- |
|
|