| 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 oldstable --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | david, fridolin.somers, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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,25.05.02,24.11.08
|
| 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 Nice work everyone! Pushed to 25.05.x for 25.05.01 Pushed to 24.11.x for 24.11.08 |