Lines 197-203
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
197 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
197 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
198 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
198 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
199 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
199 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
200 |
('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'), |
|
|
201 |
('INTRAdidyoumean','',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
200 |
('INTRAdidyoumean','',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
202 |
('IntranetBiblioDefaultView','normal','normal|marc|isbd|labeled_marc','Choose the default detail view in the staff interface; choose between normal, labeled_marc, marc or isbd','Choice'), |
201 |
('IntranetBiblioDefaultView','normal','normal|marc|isbd|labeled_marc','Choose the default detail view in the staff interface; choose between normal, labeled_marc, marc or isbd','Choice'), |
203 |
('intranetbookbag','1','','If ON, enables display of Cart feature in the intranet','YesNo'), |
202 |
('intranetbookbag','1','','If ON, enables display of Cart feature in the intranet','YesNo'), |
Lines 444-450
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
444 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
443 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
445 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
444 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
446 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), |
445 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), |
447 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
|
|
448 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
446 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
449 |
('RisExportAdditionalFields', '', NULL , 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
447 |
('RisExportAdditionalFields', '', NULL , 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
450 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |
448 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |