Bug 21465: Don't throw duplicate userid error if userid belongs to the matched patron
authorNick Clemens <nick@bywatersolutions.com>
Tue, 2 Oct 2018 19:48:02 +0000 (19:48 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 12 Dec 2018 11:00:20 +0000 (11:00 +0000)
commit2e3da710f4cbf85e5a13f3723047202517afb99d
tree7a6de808a9b12ec89fb68527778728a4caa810ef
parenta9f618f96daceead440f69e2d41f47ebe5c0bd06
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@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 9a2bd027e5d2380b39776059066d8f06b42d68dd)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patrons/Import.pm
t/db_dependent/Koha/Patrons.t
t/db_dependent/Koha/Patrons/Import.t