Lines 130-136
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
130 |
('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), |
130 |
('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), |
131 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
131 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
132 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
132 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
133 |
('FeeOnChangePatronCategory','1','','If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo') |
133 |
('FeeOnChangePatronCategory','1','','If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo'), |
134 |
('FilterBeforeOverdueReport','0','','Do not run overdue report until filter selected','YesNo'), |
134 |
('FilterBeforeOverdueReport','0','','Do not run overdue report until filter selected','YesNo'), |
135 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
135 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
136 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
136 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
137 |
- |
|
|