http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11603
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #48 from Katrin Fischer <[email protected]> --- 1) Regression test Change of the file name when no options specified but the directory: From: holdnotices-<date>.html ToL notices_hold-<date>.html As by default all notices (including overdues) are in the file, maybe we could rename it to be more general just: notices_<date>.html? (trivial) 2) -s splits by branch The output is identical. 3) --nosend works - helpful in testing! 4) --letter_code generates a nicely named file with only those notices! 5) --ods creates a warn: Use of uninitialized value in lc at /usr/share/perl5/OpenOffice/OODoc/File.pm line 378. 6) --csv This one is giving me some trouble: First I thought it was the concatenation: cardnumber:patron:email:item 1:Koha <borrowers.surname>>:patron@localhost: But this is also not giving all data: cardnumber:patron:patron:email:item 1:Koha:<borrowers.surname>>:patron@localhost: Barcode and surname are missing, but set in the database. We are pretty close here - it's a great enhancement. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
