From bc2f433a61a1e376f0654ce463d82e4c44f03463 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 Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart --- 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 a85176c3fa..2b856ac436 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.39.5