[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.07-62-g6903cc0

Git repo owner gitmaster at git.koha-community.org
Wed Jul 25 12:21:10 CEST 2018


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, 17.11.x has been updated
       via  6903cc0607efa6ec5f84ac9b750fe962088d1e07 (commit)
      from  c6e098ae0bacbf9db6f554e89ba8481e88afee1b (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 6903cc0607efa6ec5f84ac9b750fe962088d1e07
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Fri Jul 6 13:40:53 2018 +0000

    Bug 21046: Return the correct borrowernumber when there is empty cardnumber(s)
    
    Test plan:
      - Use a patron with an empty cardnumber to authenticate with ILSDI
        AuthenticatePatron
        (cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=userid&password=pass),
      - make sure you have other patron(s) with empty cardnumber and there
        borrowernumber is
        smaller than the one you authenticate with,
      - you should get a wrong borrowernumber,
      - apply this patch,
      - test again, you should get the right one
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e7501a92aa6b4ca91a55f984443cfcfbeb76a797)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/ILSDI/Services.pm            |    2 +-
 t/db_dependent/ILSDI_Services.t |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list