Lines 814-819
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
814 |
('TrackClicks','0',NULL,'Track links clicked','Integer'), |
814 |
('TrackClicks','0',NULL,'Track links clicked','Integer'), |
815 |
('TrackLastPatronActivityTriggers','',NULL,'If set, the field borrowers.lastseen will be updated everytime a patron performs a selected action','multiple'), |
815 |
('TrackLastPatronActivityTriggers','',NULL,'If set, the field borrowers.lastseen will be updated everytime a patron performs a selected action','multiple'), |
816 |
('TransfersBlockCirc','1',NULL,'Should the transfer modal block circulation staff from continuing scanning items','YesNo'), |
816 |
('TransfersBlockCirc','1',NULL,'Should the transfer modal block circulation staff from continuing scanning items','YesNo'), |
|
|
817 |
('TransfersLog','0',NULL,'If enabled, log item transfer changes','YesNo'), |
817 |
('TransfersMaxDaysWarning','3',NULL,'Define the days before a transfer is suspected of having a problem','Integer'), |
818 |
('TransfersMaxDaysWarning','3',NULL,'Define the days before a transfer is suspected of having a problem','Integer'), |
818 |
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'), |
819 |
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'), |
819 |
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'), |
820 |
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'), |
Lines 878-881
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
878 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
879 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
879 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
880 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
880 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
881 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
881 |
; |
882 |
; |