Lines 196-201
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
196 |
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'), |
196 |
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'), |
197 |
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'), |
197 |
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'), |
198 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
198 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
|
|
199 |
('ListOwnershipUponPatronDeletion', 'delete', 'delete|transfer', 'When deleting a patron who owns public lists, either delete the public lists or transfer ownership to the patron who deleted the owner', 'Choice'), |
199 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
200 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
200 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
201 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
201 |
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
202 |
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
202 |
- |
|
|