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 675-680
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
675 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
677 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
676 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
678 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
677 |
('SerialsSearchResultsLimit', NULL, NULL, 'Serials search results limit', 'integer'), |
679 |
('SerialsSearchResultsLimit', NULL, NULL, 'Serials search results limit', 'integer'), |
|
|
680 |
('SerialsDefaultEMailAddress', '', NULL, NULL, NULL), |
681 |
('SerialsDefaultReplyTo', '', NULL, NULL, NULL), |
678 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |
682 |
('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), |
679 |
('SessionStorage','mysql','mysql|Pg|tmp','Use database or a temporary file for storing session data','Choice'), |
683 |
('SessionStorage','mysql','mysql|Pg|tmp','Use database or a temporary file for storing session data','Choice'), |
680 |
('ShelfBrowserUsesCcode','1','0','Use the item collection code when finding items for the shelf browser.','YesNo'), |
684 |
('ShelfBrowserUsesCcode','1','0','Use the item collection code when finding items for the shelf browser.','YesNo'), |