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: | Database | Assignee: | 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
Created attachment 183136 [details] [review] Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl No test needed I guess. Only changing a string 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 Note: might be different in packaged version 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> Added assignee. 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> Nice work everyone! Pushed to main for 25.11 |