Lines 155-160
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
155 |
('CatalogModuleRelink','0',NULL,'If OFF the linker will never replace the authids that are set in the cataloging module.','YesNo'), |
155 |
('CatalogModuleRelink','0',NULL,'If OFF the linker will never replace the authids that are set in the cataloging module.','YesNo'), |
156 |
('CataloguingLog','1',NULL,'If ON, log edit/create/delete actions on bibliographic data. WARNING: this feature is very resource consuming.','YesNo'), |
156 |
('CataloguingLog','1',NULL,'If ON, log edit/create/delete actions on bibliographic data. WARNING: this feature is very resource consuming.','YesNo'), |
157 |
('ChargeFinesOnClosedDays','0',NULL,'Charge fines on days the library is closed.','YesNo'), |
157 |
('ChargeFinesOnClosedDays','0',NULL,'Charge fines on days the library is closed.','YesNo'), |
|
|
158 |
('CheckoutLimitScope', 'branch_specific', 'all|branch_specific', 'Determines how checkout limits are calculated when CircControl is set to PickupLibrary or ItemHomeLibrary. "all" counts all patron checkouts regardless of branch (PatronLibrary behavior). "branch_specific" counts only checkouts matching the circulation rule context (traditional PickupLibrary/ItemHomeLibrary behavior).', 'Choice'), |
158 |
('CheckPrevCheckout','hardno','hardyes|softyes|softno|hardno','By default, for every item checked out, should we warn if the patron has borrowed that item in the past?','Choice'), |
159 |
('CheckPrevCheckout','hardno','hardyes|softyes|softno|hardno','By default, for every item checked out, should we warn if the patron has borrowed that item in the past?','Choice'), |
159 |
('CheckPrevCheckoutDelay','0', NULL,'Maximum number of days that will trigger a warning if the patron has borrowed that item in the past when CheckPrevCheckout is enabled.','free'), |
160 |
('CheckPrevCheckoutDelay','0', NULL,'Maximum number of days that will trigger a warning if the patron has borrowed that item in the past when CheckPrevCheckout is enabled.','free'), |
160 |
('ChildNeedsGuarantor', 0, 'If ON, a child patron must have a guarantor when adding the patron.', '', 'YesNo'), |
161 |
('ChildNeedsGuarantor', 0, 'If ON, a child patron must have a guarantor when adding the patron.', '', 'YesNo'), |
161 |
- |
|
|