[Koha-bugs] [Bug 24591] Add developer script to preview a letter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 5 12:27:44 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24591

--- Comment #1 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list