[koha-commits] main Koha release repository branch master updated. v3.20.00-148-gcc7b795

Git repo owner gitmaster at git.koha-community.org
Thu Jun 11 19:37:34 CEST 2015


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, master has been updated
       via  cc7b795f840e671e9ed14e2833881d18630e3ce6 (commit)
      from  83da81e0ce2116bbcfd6581a58e3f50dbbfcc3f1 (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 cc7b795f840e671e9ed14e2833881d18630e3ce6
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed May 27 11:52:10 2015 +0200

    Bug 14280: Add branches fields to discharges letters
    
    Currently, when generating a discharge letter, branches fields are not translated in the letter (<<branches.branchname>>, <<branches.branchaddress1>>, etc.)
    This patch fixes that.
    
    How I tested:
    - Set syspref 'useDischarge' to 'allow'
    - Go to Home > Tools > Notices & Slips
    - Edit DISCHARGE, add to 'Email message':
    <p><<branches.branchname>><br />
    <<branches.branchaddress1>><br />
    <<branches.branchaddress2>><br />
    <<branches.branchaddress3>><br />
    <<branches.zip>> <<branches.city>><br />
    </p>
    - Go to detail page of a patron > discharge
    - Click 'Generate discharge'
    - Verify that the PDF contains the information above.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 Koha/Borrower/Discharge.pm |    2 +-
 members/discharge.pl       |    2 +-
 opac/opac-discharge.pl     |    6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list