Bugzilla – Attachment 181415 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.05 KB, created by
Fridolin Somers
on 2025-04-24 09:27:28 UTC
(
hide
)
Description:
Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-24 09:27:28 UTC
Size:
1.05 KB
patch
obsolete
>From 9f438d66b67495d9e464b0ce6b3bf31bba8ca19e 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 >--- > 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.43.0
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