Lines 207-212
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
207 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
207 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
208 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
208 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
209 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |
209 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |
|
|
210 |
('MembershipExpiryDaysNotice','14','Send an account expiration notice that a patron\'s card is about to expire after',NULL,'Integer'), |
210 |
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'), |
211 |
('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'), |
211 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
212 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
212 |
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'), |
213 |
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'), |
Lines 480-485
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
480 |
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'), |
481 |
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'), |
481 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
482 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
482 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
483 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
483 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
484 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
484 |
('MembershipExpiryDaysNotice' ,14,'Send an account expiration notice that a patron\'s card is about to expire after',NULL,'Integer') |
|
|
485 |
; |
485 |
; |
486 |
- |
|
|