http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5342 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #34 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #33) Hi Katrin, thank for your tests !
1,4 and 5) My test seems good. Could you test the following procedure please: 1/ Create a notice with
=== BEGIN === <<LibrarianFirstname>> <<LibrarianSurname>> <<LibrarianEmailaddress>> <order> <<biblio.title>> <<biblio.author>> (<<biblio.serial>>) </order> === END === and don't select the checkbox "HTML message". (note the "order" tag could be "whatever") 2/ Claim 2 serials. My result: === BEGIN === firstname joubu_admin my_email@example.org Title1 author1 (1) Title2 author2 (2) === END === 3/ Edit the letter and mark it as "HTML message" with : === BEGIN === <<LibrarianFirstname>> <<LibrarianSurname>> <<LibrarianEmailaddress>> <ul> <li><<biblio.title>> <<biblio.author>> (<<biblio.serial>>)</li> </ul> === END === 4/ make claims. My result: === BEGIN === firstname joubu_admin my_email@example.org <ul> <li>Title1 author1 (1)</li> <li>Title2 author2 (2)</li> </ul> === END === It seems works as expected.
2) The date columns are not sorting correctly - only noting, i think that can be fixed later when introducing datatables? Yes, later :)
3) CSV export has supplier, title, issue number and late since. Ideally it should also show library, status, claim count and claim date. It's not the goal of this patch. It does not modify the export feature.
-- You are receiving this mail because: You are watching all bug changes.