Lines 717-722
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
717 |
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
717 |
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
718 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
718 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
719 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
719 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
|
|
720 |
('SendPrintNoticesCombineEmails','1',NULL,'If we have emails in the flag and the system preference should we combine them or just use the system preference?','YesNo'), |
721 |
('SendPrintNoticesEmails','','','What email addresses should send_print_notices.pl send to?','Free'), |
720 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
722 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
721 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
723 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
722 |
('SerialsDefaultEmailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
724 |
('SerialsDefaultEmailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
723 |
- |
|
|