Bug 40109 - Path to fix_invalid_dates.pl is incorrect in fix_invalid_dates.pl and search_for_data_inconsistencies.pl
Summary: Path to fix_invalid_dates.pl is incorrect in fix_invalid_dates.pl and search_...
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Baptiste Wojtkowski (bwoj)
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-10 15:02 UTC by Baptiste Wojtkowski (bwoj)
Modified: 2025-06-24 21:26 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This fixes a path in a hint in the search for data inconsistencies script (search_for_data_inconsistencies.pl) - misc/cronjobs/fix_invalid_dates.pl should be misc/maintenance/fix_invalid_dates.pl.
Version(s) released in:
25.11.00
Circulation function:


Attachments
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl (1.17 KB, patch)
2025-06-10 15:08 UTC, Baptiste Wojtkowski (bwoj)
Details | Diff | Splinter Review
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl (1.32 KB, patch)
2025-06-10 15:09 UTC, Baptiste Wojtkowski (bwoj)
Details | Diff | Splinter Review
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl (1.38 KB, patch)
2025-06-13 08:44 UTC, David Nind
Details | Diff | Splinter Review
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl (1.47 KB, patch)
2025-06-24 14:28 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Wojtkowski (bwoj) 2025-06-10 15:02:18 UTC
Bug 31143 created a script in cronjob and then moved it to maintenance. However, it is still referred as in cronjob in help strings
Comment 1 Baptiste Wojtkowski (bwoj) 2025-06-10 15:08:13 UTC Comment hidden (obsolete)
Comment 2 Baptiste Wojtkowski (bwoj) 2025-06-10 15:09:33 UTC
Created attachment 183137 [details] [review]
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl

Bug 31143 created a script in cronjob and then moved it to maintenance. However, it is still referred as in cronjob in help strings. This patch updates the hint.

No test needed I guess. Only changing a string
Comment 3 Baptiste Wojtkowski (bwoj) 2025-06-12 09:36:09 UTC
Note: might be different in packaged version
Comment 4 David Nind 2025-06-13 08:44:30 UTC
Created attachment 183233 [details] [review]
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl

Bug 31143 created a script in cronjob and then moved it to maintenance. However, it is still referred as in cronjob in help strings. This patch updates the hint.

No test needed I guess. Only changing a string

Signed-off-by: David Nind <david@davidnind.com>
Comment 5 David Nind 2025-06-13 08:50:33 UTC
Added assignee.
Comment 6 Marcel de Rooy 2025-06-24 14:28:00 UTC
Created attachment 183463 [details] [review]
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl

Bug 31143 created a script in cronjob and then moved it to maintenance. However, it is still referred as in cronjob in help strings. This patch updates the hint.

No test needed I guess. Only changing a string

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 7 Lucas Gass (lukeg) 2025-06-24 21:26:43 UTC
Nice work everyone!

Pushed to main for 25.11