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: nick@bywatersolutions.com Reporter: evelyn@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz 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.