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 <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>

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

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
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to