|
Lines 93-98
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 93 |
('autoControlNumber','OFF','biblionumber|OFF','Used to autogenerate a Control Number: biblionumber will be as biblionumber, OFF will leave the field as it is;','Choice'), |
93 |
('autoControlNumber','OFF','biblionumber|OFF','Used to autogenerate a Control Number: biblionumber will be as biblionumber, OFF will leave the field as it is;','Choice'), |
| 94 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
94 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
| 95 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
95 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
|
|
96 |
('AutoDeleteFromCartWhenHoldPlaced', '', '', 'Automatically delete items from cart when a hold is placed', 'Choice'), |
| 96 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
97 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
| 97 |
('AutoILLBackendPriority','',NULL,'Set the automatic backend selection priority','ill-backends'), |
98 |
('AutoILLBackendPriority','',NULL,'Set the automatic backend selection priority','ill-backends'), |
| 98 |
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), |
99 |
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), |
|
Lines 892-895
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 892 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
893 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
| 893 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
894 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
| 894 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
895 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
| 895 |
; |
896 |
; |