http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11603 --- Comment #19 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Frédéric Demians from comment #18)
(In reply to Jonathan Druart from comment #17)
It doesn't work if --letter_code parameter isn't given to the script.
What do you mean? If you use --csv or --ods, you have to provide a letter_code, otherwise generating a csv file does not have sense.
It doesn't work with --html. This produces no html file:
./gather_print_notices.pl -s --html <mydir>
This works properly:
./gather_print_notices.pl -s --html <mydir> --letter_code XXX
I will fix that.
Ha yes, because of the "filter by letter_code" in any case :) -- You are receiving this mail because: You are watching all bug changes.