[koha-commits] main Koha release repository branch new/bug_8700 created. v3.08.00-1021-ga7ef547

Git repo owner gitmaster at git.koha-community.org
Wed Oct 10 17:55:53 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, new/bug_8700 has been created
        at  a7ef547ec95f664656d9e2fd5dab919a6d00e5ca (commit)

- Log -----------------------------------------------------------------
commit a7ef547ec95f664656d9e2fd5dab919a6d00e5ca
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>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list