Lines 7-13
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
7 |
('AcqItemSetSubfieldsWhenReceived','','','Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar")','Free'), |
7 |
('AcqItemSetSubfieldsWhenReceived','','','Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar")','Free'), |
8 |
('AcquisitionDetails', '1', '', 'Hide/Show acquisition details on the biblio detail page.', 'YesNo'), |
8 |
('AcquisitionDetails', '1', '', 'Hide/Show acquisition details on the biblio detail page.', 'YesNo'), |
9 |
('AcquisitionLog','0',NULL,'If ON, log acquisitions activity','YesNo'), |
9 |
('AcquisitionLog','0',NULL,'If ON, log acquisitions activity','YesNo'), |
10 |
('AcquisitionsDefaultEMailAddress', '', NULL, 'Default email address that acquisition notices are sent from', 'Free'), |
10 |
('AcquisitionsDefaultEmailAddress', '', NULL, 'Default email address that acquisition notices are sent from', 'Free'), |
11 |
('AcquisitionsDefaultReplyTo', '', NULL, "Default email address used as reply-to for notices sent by the acquisitions module.", 'Free'), |
11 |
('AcquisitionsDefaultReplyTo', '', NULL, "Default email address used as reply-to for notices sent by the acquisitions module.", 'Free'), |
12 |
('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: their own only, any within their branch, or all','Choice'), |
12 |
('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: their own only, any within their branch, or all','Choice'), |
13 |
('AcqWarnOnDuplicateInvoice','0','','Warn librarians when they try to create a duplicate invoice','YesNo'), |
13 |
('AcqWarnOnDuplicateInvoice','0','','Warn librarians when they try to create a duplicate invoice','YesNo'), |
Lines 692-698
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
692 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
692 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
693 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
693 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
694 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
694 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
695 |
('SerialsDefaultEMailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
695 |
('SerialsDefaultEmailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
696 |
('SerialsDefaultReplyTo', '', NULL, 'Default email address that serials notices are sent from.', 'Free'), |
696 |
('SerialsDefaultReplyTo', '', NULL, 'Default email address that serials notices are sent from.', 'Free'), |
697 |
('SerialsSearchResultsLimit', NULL, NULL, 'Serials search results limit', 'integer'), |
697 |
('SerialsSearchResultsLimit', NULL, NULL, 'Serials search results limit', 'integer'), |
698 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |
698 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |