Lines 427-433
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
427 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
427 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
428 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
428 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
429 |
('RentalsInNoissuesCharge','1',NULL,'Rental charges block checkouts (added to noissuescharge).','YesNo'), |
429 |
('RentalsInNoissuesCharge','1',NULL,'Rental charges block checkouts (added to noissuescharge).','YesNo'), |
430 |
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails'), |
430 |
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails','Free'), |
431 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
431 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
432 |
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'), |
432 |
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'), |
433 |
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'), |
433 |
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'), |
Lines 439-445
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
439 |
('RestrictionBlockRenewing','0',NULL,'If patron is restricted, should renewal be allowed or blocked','YesNo'), |
439 |
('RestrictionBlockRenewing','0',NULL,'If patron is restricted, should renewal be allowed or blocked','YesNo'), |
440 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
440 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
441 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
441 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
442 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails'), |
442 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), |
443 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
443 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
444 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
444 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
445 |
('RisExportAdditionalFields', '', NULL , 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
445 |
('RisExportAdditionalFields', '', NULL , 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
446 |
- |
|
|