[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-34-g13a2d21

Git repo owner gitmaster at git.koha-community.org
Wed Oct 10 23:31:15 CEST 2012


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, 3.8.x has been updated
       via  13a2d21811bd0405e4687e0efade9d9fc23b4c59 (commit)
      from  dd66ac719ea3a10a1875748390a8c878836b8093 (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 13a2d21811bd0405e4687e0efade9d9fc23b4c59
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 29 08:44:26 2012 -0400

    Bug 8700 - RESERVESLIP fields not being replaced correctly
    
    The slip RESERVESLIP is not replacing fields correctly.
    C4::Reserves::ReserveSlip calls C4::Letters::GetPreparedLetter,
    and passes the $reserve hashref to it for each table except branches
    ( which is passed the branchcode ). The problem is, if you pass a
    hashref for a table, it uses that hashref for the replacing, rather
    than looking up the data from the database.
    
    Fixed by passing the correct keys for each of the tables requested.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Tested following the test plan.
    Could reproduce the bug.
    After applying the patch slip printed as expected.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Reserves.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list