Lines 192-197
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
192 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
192 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
193 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
193 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
194 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |
194 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |
|
|
195 |
('MembershipExpiryDaysNotice' ,14,'Send an account expiration notice that a patron\'s card is about to expire after',NULL,'Integer'), |
195 |
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'), |
196 |
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'), |
196 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
197 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
197 |
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'), |
198 |
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'), |
Lines 454-458
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
454 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
455 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
455 |
('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), |
456 |
('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), |
456 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
457 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
457 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
458 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'); |
458 |
; |
|
|