Lines 188-194
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
188 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
188 |
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'), |
189 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
189 |
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'), |
190 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
190 |
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'), |
191 |
('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'), |
|
|
192 |
('INTRAdidyoumean','',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
191 |
('INTRAdidyoumean','',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
193 |
('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'), |
192 |
('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'), |
194 |
('intranetbookbag','1','','If ON, enables display of Cart feature in the intranet','YesNo'), |
193 |
('intranetbookbag','1','','If ON, enables display of Cart feature in the intranet','YesNo'), |
Lines 425-431
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
425 |
('RestrictionBlockRenewing','0',NULL,'If patron is restricted, should renewal be allowed or blocked','YesNo'), |
424 |
('RestrictionBlockRenewing','0',NULL,'If patron is restricted, should renewal be allowed or blocked','YesNo'), |
426 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
425 |
('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), |
427 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
426 |
('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), |
428 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
|
|
429 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
427 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
430 |
('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'), |
428 |
('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'), |
431 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |
429 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |