From c3ec84ac820c6f42340ca48a1e225b190b6a8613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= Date: Fri, 21 Feb 2020 13:53:42 +0000 Subject: [PATCH] New systempreferences for suggestions added to sysprefs.sql https://bugs.koha-community.org/show_bug.cgi?id=22774 --- installer/data/mysql/sysprefs.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 944b36db08..ce3c7fdc0a 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -320,6 +320,8 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('maxRecordsForFacets','20',NULL,NULL,'Integer'), ('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), ('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'), +('MaxTotalSuggestions','',NULL,'Number of total suggestions','Free'), +('NumberOfSuggestionDays','',NULL,'days','Free'), ('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'), ('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'), ('minPasswordLength','3',NULL,'Specify the minimum length of a patron/staff password','free'), -- 2.11.0