Lines 472-477
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
472 |
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'), |
472 |
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'), |
473 |
('SearchWithISBNVariations','0',NULL,'If enabled, search on all variations of the ISBN','YesNo'), |
473 |
('SearchWithISBNVariations','0',NULL,'If enabled, search on all variations of the ISBN','YesNo'), |
474 |
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'), |
474 |
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'), |
|
|
475 |
('SelfCheckoutByLogin','1',NULL,'Have patrons login into the web-based self checkout system with their username/password or their cardnumber','YesNo'), |
475 |
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
476 |
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
476 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
477 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
477 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
478 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
478 |
- |
|
|