[Koha-bugs] [Bug 12543] Add userid as matchpoint for "Import patrons" tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 8 16:34:45 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12543

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 29574
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29574&action=edit
Bug 12543 - Add userid as matchpoint for "Import patrons" tool

The a patron's userid should be a matchpoint in the same manner as
cardnumber. Though not enforced as a unique key by the database yet
( pending bug 1861 ), this field is effectively unique as uniqueness
is enforced by Koha itself.

Test Plan:
1) Apply this patch
2) Browse to tools/import_borrowers.pl
3) Download the starter CSV file
4) Edit the csv file to include 1 or more patrons
   * Make sure to leave the borrowernumber field empty
   * Make sure the userid field matches the patrons you wish to overwrite
5) From import_borrowers.pl, upload your file
   * Set "Field to use for record matching" to "Username"
   * Set "If matching record is already in the borrowers table" to "Overwrite
the existing one with this"
6) Click "Import"
7) Verify the patrons in your file have been updated in Koha

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


More information about the Koha-bugs mailing list