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