]> git.koha-community.org Git - koha.git/commit
Bug 35996: Make it clear that --category-code can not be used alone
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 5 Feb 2024 16:50:32 +0000 (16:50 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 24 May 2024 09:25:48 +0000 (11:25 +0200)
commitc1e930bfa4fa677710514f10a3fefbb15b4d48ce
tree51b69eeed2ded6fc011c96cfab58ed15c14d2631
parent543825ce68b387a0a9ff67486ef50cfa5b1e2042
Bug 35996: Make it clear that --category-code can not be used alone

This patch adds a clarification to writeoff_debts.pl to make it clear that --category-code can't be used as the only filter when running the script. If this is the case, the script just displays the help menu as it is expecting one of the other filters

Test plan:
1) Run perl misc/cronjobs/writeoff_debts.pl --category-code TEST --confirm
2) Observe that the help menu is displayed instead of running the script
3) Check the help menu for the text added in this patch

WNC amended patch - added same warning in the option section

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 875809d66d4e6bde5385d88aad9f05f472a67b6b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
misc/cronjobs/writeoff_debts.pl