Bugzilla – Attachment 181558 Details for
Bug 39733
Update code comment with a TO DO in misc/cronjobs/staticfines.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl
Bug-39733-Remove-system-preference-delimiter-menti.patch (text/plain), 1.10 KB, created by
David Nind
on 2025-04-25 22:03:06 UTC
(
hide
)
Description:
Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-04-25 22:03:06 UTC
Size:
1.10 KB
patch
obsolete
>From 07e4747266b846501ddf29c56c193fbe59deeb9f Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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 <david@davidnind.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39733
:
181415
| 181558