From 07e4747266b846501ddf29c56c193fbe59deeb9f Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 24 Apr 2025 11:25:26 +0200 Subject: [PATCH] Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl Bug 27486 renamed system preference "delimiter" into "CSVDelimiter" This patch just replaces the commented code with a TODO text Signed-off-by: David Nind --- misc/cronjobs/staticfines.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/staticfines.pl b/misc/cronjobs/staticfines.pl index 2d1895c251..5b64e2bad9 100755 --- a/misc/cronjobs/staticfines.pl +++ b/misc/cronjobs/staticfines.pl @@ -106,7 +106,7 @@ CHECK { $branch_type = C4::Context->preference('HomeOrHoldingBranch') || 'homebranch'; $mode = C4::Context->preference('finesMode'); $dbname = C4::Context->config('database'); - $delim = "\t"; # ? C4::Context->preference('delimiter') || "\t"; + $delim = "\t"; # TODO use system preference CSVDelimiter ? } -- 2.39.5