https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43553
Bug ID: 43553
Summary: Convert misc/cronjobs/holds/holds_reminder.pl to the
Getopt::Long::Descriptive convention (see bug 43546)
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Depends on: 43546
Target Milestone: ---
This is one of a set of bugs filed alongside bug 43546 (Standardize
command-line scripts on Getopt::Long::Descriptive) to convert individual,
commonly-used cron scripts to whatever declarative option-parsing convention
that bug settles on. Depends on 43546.
Current state: holds_reminder.pl uses plain Getopt::Long (GetOptions call
around line 176). No option is required: --days defaults to 0, meaning all
waiting holds, if omitted (around line 195); --library defaults to all branches
if omitted; --date defaults to today and is only format-validated if actually
supplied; --lettercode defaults to 'HOLD_REMINDER'.
What this bug covers: convert the GetOptions call to the new convention purely
for consistency and self-documenting --help output, matching bug 43546's
convention. No behavior change is expected, since nothing here is actually a
missing-required-option bug to fix.
Test plan:
- --help output covers all documented options and matches current behavior
- Running with no options still behaves exactly as before (all branches, all
waiting holds, today's date)
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43546
[Bug 43546] Standardize command-line scripts on Getopt::Long::Descriptive for
safer, more consistent option handling
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/