Bug 40109

Summary: Path to fix_invalid_dates.pl is incorrect in fix_invalid_dates.pl and search_for_data_inconsistencies.pl
Product: Koha Reporter: Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski>
Component: DatabaseAssignee: Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski>
Status: Pushed to main --- QA Contact: Marcel de Rooy <m.de.rooy>
Severity: trivial    
Priority: P5 - low CC: david, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
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
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl

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