Lines 153-158
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
153 |
('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), |
153 |
('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), |
154 |
('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo'), |
154 |
('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo'), |
155 |
('ExportCircHistory', 0, NULL, "Display the export circulation options", 'YesNo' ), |
155 |
('ExportCircHistory', 0, NULL, "Display the export circulation options", 'YesNo' ), |
|
|
156 |
('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'), |
156 |
('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), |
157 |
('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), |
157 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
158 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
158 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
159 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
159 |
- |
|
|