Lines 144-151
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
144 |
('CoceProviders', '', 'aws,gb,ol', 'Coce providers', 'multiple'), |
144 |
('CoceProviders', '', 'aws,gb,ol', 'Coce providers', 'multiple'), |
145 |
('COinSinOPACResults','1','','If ON, use COinS in OPAC search results page. NOTE: this can slow down search response time significantly','YesNo'), |
145 |
('COinSinOPACResults','1','','If ON, use COinS in OPAC search results page. NOTE: this can slow down search response time significantly','YesNo'), |
146 |
('CollapseFieldsPatronAddForm','',NULL,'Collapse these fields by default when adding a new patron. These fields can still be expanded.','Multiple'), |
146 |
('CollapseFieldsPatronAddForm','',NULL,'Collapse these fields by default when adding a new patron. These fields can still be expanded.','Multiple'), |
147 |
('ComponentsSortField','title','call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'), |
147 |
('ComponentSortField','title','call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'), |
148 |
('ComponentsSortOrder','asc','asc|dsc|az|za','Specify the default sort order','Choice'), |
148 |
('ComponentSortOrder','asc','asc|dsc|az|za','Specify the default sort order','Choice'), |
149 |
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), |
149 |
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), |
150 |
('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'), |
150 |
('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'), |
151 |
('CreateAVFromCataloguing', '1', '', 'Ability to create authorized values from the cataloguing module', 'YesNo'), |
151 |
('CreateAVFromCataloguing', '1', '', 'Ability to create authorized values from the cataloguing module', 'YesNo'), |
152 |
- |
|
|