Lines 92-97
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
92 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
92 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
93 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
93 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
94 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
94 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
|
|
95 |
('AutoILLBackendPriority','',NULL,'Set the automatic backend selection priority','ILLBackends'), |
95 |
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), |
96 |
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), |
96 |
('AutomaticCheckinAutoFill','0',NULL,'Automatically fill the next hold with an automatic check in.','YesNo'), |
97 |
('AutomaticCheckinAutoFill','0',NULL,'Automatically fill the next hold with an automatic check in.','YesNo'), |
97 |
('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'), |
98 |
('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'), |
Lines 873-876
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
873 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
874 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
874 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
875 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
875 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
876 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
876 |
; |
877 |
; |