5 Feb
2020
5 Feb
'20
12:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591 --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 98448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98448&action=edit Bug 24591: Add developer script to preview a letter The script is very simple, it just calls GetPreparedLetter with arguments given on command line and print the resulting letter content Usage example: misc/devel/get-prepared-letter.pl --module circulation \ --letter_code ODUE --tables '{"borrowers":1,"branches":"CPL"}' \ --repeat '{"item":[{"biblio":1,"items":1}]}' \ --loops '{"overdues":[1]}' -- You are receiving this mail because: You are watching all bug changes.