|
Lines 655-660
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 655 |
('RenewalSendNotice','0','',NULL,'YesNo'), |
655 |
('RenewalSendNotice','0','',NULL,'YesNo'), |
| 656 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
656 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
| 657 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
657 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
|
|
658 |
('ReportsExportFormatODS',1,NULL,'Show ODS download in Reports','YesNo'), |
| 659 |
('ReportsExportLimit',NULL,NULL,'Limit for report downloads','Integer'), |
| 658 |
('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), |
660 |
('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), |
| 659 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
661 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
| 660 |
('RequireCashRegister','0',NULL,'Require a cash register when collecting a payment','YesNo'), |
662 |
('RequireCashRegister','0',NULL,'Require a cash register when collecting a payment','YesNo'), |
| 661 |
- |
|
|