[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-171-gdac67ac621

Git repo owner gitmaster at git.koha-community.org
Sat Aug 15 01:18:13 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  dac67ac6210f79440109ad6f27cdf1d894fc8902 (commit)
       via  e14245ad7c1235bd832cdf655e8d9ad5cb18c524 (commit)
      from  2478ba03f064b70e03da9c6ca3667c8b5fd37403 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dac67ac6210f79440109ad6f27cdf1d894fc8902
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Apr 10 11:19:47 2020 +0200

    Bug 24591: Add --help option to misc/devel/get-prepared-letter.pl
    
    Also fix code style with perltidy
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit df0ef02de5e4efe23aafab77e25d0e19f658151c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e14245ad7c1235bd832cdf655e8d9ad5cb18c524
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Feb 5 12:20:37 2020 +0100

    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]}'
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works for the example and other cases.
    Correct option is 'letter-code', with dash, not underscore.
    An usage message would be nice.
    No errors
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    JD amended patch: tidy the new file and rename it matching the other
    scripts' names in this directory
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f74ab4e9de75b53dc7040814b1f25ae282a81106)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/devel/get_prepared_letter.pl | 114 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 114 insertions(+)
 create mode 100755 misc/devel/get_prepared_letter.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list