Bug 39733 - Update code comment with a TO DO in misc/cronjobs/staticfines.pl
Summary: Update code comment with a TO DO in misc/cronjobs/staticfines.pl
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 39720
  Show dependency treegraph
 
Reported: 2025-04-24 09:21 UTC by Fridolin Somers
Modified: 2025-04-25 22:04 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl (1.05 KB, patch)
2025-04-24 09:27 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 39733: Remove system preference delimiter mention in misc/cronjobs/staticfines.pl (1.10 KB, patch)
2025-04-25 22:03 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2025-04-24 09:21:53 UTC
Bug 27486 renamed system preference "delimiter" into "CSVDelimiter"
fix in misc/cronjobs/staticfines.pl
Comment 1 Fridolin Somers 2025-04-24 09:25:15 UTC
Oh this is commented code, I replace with a TODO text
Comment 2 Fridolin Somers 2025-04-24 09:27:28 UTC
Created attachment 181415 [details] [review]
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
Comment 3 David Nind 2025-04-25 22:03:06 UTC
Created attachment 181558 [details] [review]
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>