https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893
Bug ID: 30893
Summary: typo: update_patrons_category.pl fine(s)
Change sponsored?: ---
Product: Koha
Version: 21.05
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
in the SYNOPSIS and OPTIONS portions of update_patrons_category.pl, the options
fineover and fineunder do not match the GetOptions finesover and finesunder.
The shortened versions can be used, but the plural/not plural should be fixed.
-fo=X --fineover=X update if fines over X amount
-fu=X --fineunder=X update if fines under X amount
vs
'fo|finesover=s' => \$fine_min,
'fu|finesunder=s' => \$fine_max,
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/