View | Details | Raw Unified | Return to bug 17391
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (-1 / +2 lines)
Lines 427-432 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
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
431
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
431
('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'),
432
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
433
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
Lines 438-443 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
438
('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'),
439
('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'),
440
('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'),
441
('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'),
442
('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'),
443
('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'),
444
- 

Return to bug 17391