21 Dec
2023
21 Dec
'23
1:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34077 --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> --- This causes a small usability issue IMO: `writeoff_debts.pl` and `writeoff_debts.pl -v` have the same verbosity level, but `writeoff_debts.pl -c` and `writeoff_debts.pl -c -v` have different verbosity level One might run `writeoff_debts.pl` first, be happy with the output and just add -c to confirm, only to be disappointed that there is no output now. What about doing the opposite ? Instead of updating the script to match the POD, update the POD to match the script behavior and say that -v is required if -c is absent ? -- You are receiving this mail because: You are watching all bug changes.