From 1b5a9ea056db3d9747d03d9ab9361167837b1b32 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 10 May 2021 12:12:47 +0200 Subject: [PATCH] Bug 28108: Replace one remaining occurrence --- installer/data/mysql/localization/it-IT/custom.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/localization/it-IT/custom.sql b/installer/data/mysql/localization/it-IT/custom.sql index d9aca86600f..72a0d445dcc 100644 --- a/installer/data/mysql/localization/it-IT/custom.sql +++ b/installer/data/mysql/localization/it-IT/custom.sql @@ -41,7 +41,7 @@ UPDATE systempreferences SET value = 'whitespace' WHERE variable = 'itemBarcodeI UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber'; UPDATE systempreferences SET value = 'koha@xxx.it' WHERE variable = 'KohaAdminEmailAddress'; UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language'; -UPDATE systempreferences SET value = '0' WHERE variable = 'LetterLog'; +UPDATE systempreferences SET value = '0' WHERE variable = 'ClaimsLog'; UPDATE systempreferences SET value = '' WHERE variable = 'MARCOrgCode'; UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves'; UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities'; -- 2.20.1