From b6c708355899f0eb55736b75ab8bd38b2f62d148 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 Signed-off-by: Martin Renvoize --- 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 2d1895c2512..5b64e2bad9c 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.49.0