From e8fef64cf5d0856ffbcee29da8b125aa59adc9ff Mon Sep 17 00:00:00 2001 From: Matthias Le Gac Date: Fri, 1 Mar 2024 08:53:43 -0500 Subject: [PATCH] Bug 35169: update DBupdate file Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- installer/data/mysql/atomicupdate/bug_35169.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_35169.pl b/installer/data/mysql/atomicupdate/bug_35169.pl index 8d9cf8358d..680cd7928a 100755 --- a/installer/data/mysql/atomicupdate/bug_35169.pl +++ b/installer/data/mysql/atomicupdate/bug_35169.pl @@ -11,8 +11,8 @@ return { $dbh->do( q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES - ('DefaultLongOverdueBorrowerCategories', '', NULL, NULL, NULL), - ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, NULL, NULL); + ('DefaultLongOverdueBorrowerCategories', '', NULL, 'Set the borrower categories that will be listed when longoverdue cronjob is executed', 'choice'), + ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, 'Set the borrower categories that will not be listed when longoverdue cronjob is executed', 'choice'); } ); -- 2.39.5