Bug 37725

Summary: Add help to fix_invalid_dates.pl
Product: Koha Reporter: David Nind <david>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: robin
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31093
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36027
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description David Nind 2024-08-26 05:30:07 UTC
These two command line utilities do not have a help option:

- misc/maintenance/search_for_data_inconsistencies.pl [1]
- misc/cronjobs/fix_invalid_dates.pl [2]

You have to read the script to see what each one does.

[1] Has a description in the script.
[2] Has no description in the script.
Comment 1 David Nind 2024-08-26 05:33:43 UTC
This was partially a duplicate of bug 31093.

Have changed the title so that it just covers misc/cronjobs/fix_invalid_dates.pl