[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-7-g4262486

Git repo owner gitmaster at git.koha-community.org
Mon Dec 24 15:56:56 CET 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, 18.05.x has been updated
       via  4262486ef33b30ec0a88428a9a73b688f30ac935 (commit)
      from  247b57388a168b358878c1acd50b8591a3335808 (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 4262486ef33b30ec0a88428a9a73b688f30ac935
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 2 19:48:02 2018 +0000

    Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron
    
    To test:
     1 - Export your patrons
        a - Create a report 'SELECT * FROM borrowers'
        b - Run and save the report as csv (check your delimiter)
        c - Delete the borrowernumebr column
     2 - Use the Patron Import tool to import the csv from above
     3 - Set matching to 'cardnumber'
     4 - Set 'If matching record is already in the borrowers table:' to
    Overwrite
     5 - Import
     6 - None are import because of matchign userid (their own)
     7 - Apply patch
     8 - Repeat
     9 - Patrons are successfully overwritten
    10 - prove -v t/db_dependent/Koha/Patrons/Import.t
    11 - prove -v t/db_dependent/Koha/Patrons.t
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9a2bd027e5d2380b39776059066d8f06b42d68dd)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2e3da710f4cbf85e5a13f3723047202517afb99d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Patrons/Import.pm               |    2 +-
 t/db_dependent/Koha/Patrons.t        |    3 +-
 t/db_dependent/Koha/Patrons/Import.t |   61 +++++++++++++++++++++++++++++-----
 3 files changed, 55 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list