Lines 564-569
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
564 |
('Pseudonymization','0',NULL,'If enabled patrons and transactions will be copied in a separate table for statistics purpose','YesNo'), |
564 |
('Pseudonymization','0',NULL,'If enabled patrons and transactions will be copied in a separate table for statistics purpose','YesNo'), |
565 |
('PseudonymizationPatronFields','','title,city,state,zipcode,country,branchcode,categorycode,dateenrolled,sex,sort1,sort2','Patron fields to copy to the pseudonymized_transactions table','multiple'), |
565 |
('PseudonymizationPatronFields','','title,city,state,zipcode,country,branchcode,categorycode,dateenrolled,sex,sort1,sort2','Patron fields to copy to the pseudonymized_transactions table','multiple'), |
566 |
('PseudonymizationTransactionFields','','datetime,branchcode,transaction_type,itemnumber,itemtype,holdingbranch,location,itemcallnumber,ccode','Transaction fields to copy to the pseudonymized_transactions table','multiple'), |
566 |
('PseudonymizationTransactionFields','','datetime,branchcode,transaction_type,itemnumber,itemtype,holdingbranch,location,itemcallnumber,ccode','Transaction fields to copy to the pseudonymized_transactions table','multiple'), |
|
|
567 |
('PurgeListShareInvitesOlderThan', '14', NULL, 'If not empty, number of days used when deleting unaccepted list share invites', 'Integer'), |
567 |
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'), |
568 |
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'), |
568 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
569 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
569 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
570 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |