[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-10-g49b5934

Git repo owner gitmaster at git.koha-community.org
Mon May 11 23:35:36 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, 3.18.x has been updated
       via  49b5934235b03f44be2240d9c72be59b2e8efe95 (commit)
      from  5ecb1c50735ed7479c36dc1707056ec9db77afdd (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 49b5934235b03f44be2240d9c72be59b2e8efe95
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 22 16:05:41 2015 +0200

    Bug 14046: Make the CheckIfIssuedToPatron using the biblionumber
    
    C4::Circ::CheckIfIssuedToPatron called
      $items = GetItemsByBiblioitemnumber($biblionumber);
    But if biblionumber != biblioitemnumber, the items retrieved were not
    the good ones!
    
    Test plan:
    Make your Auto increment values for biblio and biblioitems differs
    Launch the tests:
        prove t/db_dependent/Circulation/CheckIfIssuedToPatron.t
    
    Before this patch, they did not pass.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 40e4722a957102a52ece9cd4f21ab6fd902f3c18)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list