Lines 856-861
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
856 |
('useDischarge','0','','Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
856 |
('useDischarge','0','','Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
857 |
('UseEmailReceipts','0','','Send email receipts for payments and write-offs','YesNo'), |
857 |
('UseEmailReceipts','0','','Send email receipts for payments and write-offs','YesNo'), |
858 |
('UseICUStyleQuotes','0','1','Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
858 |
('UseICUStyleQuotes','0','1','Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
|
|
859 |
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'), |
859 |
('UseLocationAsAQInSIP', '0', '', 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
860 |
('UseLocationAsAQInSIP', '0', '', 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
860 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
861 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
861 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
862 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
Lines 876-879
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
876 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
877 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
877 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
878 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
878 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
879 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
879 |
; |
880 |
; |