Bug 40226 - stockrotation.pl help message is confusing for --send-all parameter
Summary: stockrotation.pl help message is confusing for --send-all parameter
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-24 11:57 UTC by Aude Charillon
Modified: 2025-06-24 11:57 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aude Charillon 2025-06-24 11:57:32 UTC
The stock rotation script's help message contains the following line for the 'send all' parameter:
--[S]end-all       Send email reports even if the report body is empty

This can be read to mean that the parameter should be written either -S or --Send-all. However, the longer form is actually --send-all (with the 's' not capitalised). The help message should be clarified to remove the confusion over how the parameter should be written.