[Koha-bugs] [Bug 9302] Add ability to merge patron records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 30 16:15:20 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 66615
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66615&action=edit
Bug 9302 - Add ability to merge patron records

It would be great if there were a merge patrons feature. If you accidentally
end up with one patron with two cards it would be nice to merge their records
together so that you don't lose their history or holds or anything.

This patch adds a basic patron merge feature. It attempts to relink all patron
related tables from the patron(s) to be merged. It does not attempt to relink
librarian account related tables at this time. This feature does not attempt to
automatically resolve issues such as duplicate holds. Such a feature could
build upon this one though.

Test Plan:
1) Apply this patch
2) Find two or more patrons
3) Perform a patron search that will bring them up on the same page of results,
   or add them all to a list of patrons.
4) Use the 'merge' button to begin the merging process
5) Choose a patron to keep
6) Verify the deleted patrons data ( checkouts, holds, etc )
   are now linked to the kept patron

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list