Lines 7-12
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, NULL, NULL), |
11 |
('AcquisitionsDefaultReplyTo', '', NULL, NULL, NULL), |
10 |
('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'), |
11 |
('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'), |
12 |
('ActionLogsTraceDepth', '0', '', 'Sets the maximum depth of the action logs stack trace', 'Integer'), |
14 |
('ActionLogsTraceDepth', '0', '', 'Sets the maximum depth of the action logs stack trace', 'Integer'), |
Lines 667-672
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
667 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
669 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
668 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
670 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
669 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
671 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
|
|
672 |
('SerialsDefaultEMailAddress', '', NULL, NULL, NULL), |
673 |
('SerialsDefaultReplyTo', '', NULL, NULL, NULL), |
670 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |
674 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |
671 |
('SessionStorage','mysql','mysql|Pg|tmp','Use database or a temporary file for storing session data','Choice'), |
675 |
('SessionStorage','mysql','mysql|Pg|tmp','Use database or a temporary file for storing session data','Choice'), |
672 |
('ShelfBrowserUsesCcode','1','0','Use the item collection code when finding items for the shelf browser.','YesNo'), |
676 |
('ShelfBrowserUsesCcode','1','0','Use the item collection code when finding items for the shelf browser.','YesNo'), |