[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-60-g67dc44d

Git repo owner gitmaster at git.koha-community.org
Fri Jan 16 00:31:19 CET 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, 3.18.x has been updated
       via  67dc44d2394296efc69338ae89ded5c4432ddf01 (commit)
      from  30c5d74805a3e587aa372f7c0b429e2c1e7e4300 (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 67dc44d2394296efc69338ae89ded5c4432ddf01
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 3 19:15:12 2014 -0400

    Bug 12868: Wrong variable used for borrower number
    
    When only the card number is passed to GetMemberDetail, the
    value of $borrowernumber is undefined. Even after finding the
    correct borrower and providing a nice hash ($borrower), the
    GetMemberAccountRecords is called with the wrong borrower number,
    even though it is in the hash ($borrower).
    
    This was fixed by changing $borrowernumber to
    $borrower->{borrowernumber}, so that the hash's value will always
    be used, since it is correct regardless of whether borrowernumber
    or cardnumber were used to find the borrower.
    
    TEST PLAN
    ---------
    1) Apply both patches
    2) prove -v t/db_dependent/Member.t
       -- This time the previously failing test will pass.
    3) run koha QA test tools.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 483ad2aee510cb23f2bae61883d6b90de262d13d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Members.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list