[Koha-bugs] [Bug 13989] Undocumented Option in ILS-DI LookupPatron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 12:20:03 CEST 2016


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

Zeno Tajoli <z.tajoli at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |z.tajoli at cineca.it
         Resolution|---                         |FIXED

--- Comment #1 from Zeno Tajoli <z.tajoli at cineca.it> ---
In the description of LookupPatron API now I see from C4/ILSDI/Services.pm:

 273 
 274 =head2 LookupPatron
 275 
 276 Looks up a patron in the ILS by an identifier, and returns the
borrowernumber.
 277 
 278 Parameters:
 279 
 280   - id (Required)
 281         an identifier used to look up the patron in Koha
 282   - id_type (Optional)
 283         the type of the identifier, possible values:
 284         - cardnumber
 285         - firstname
 286         - userid
 287         - borrowernumber

cardnumber, firstname, userid, borrowernumber are the values from 
homonym column of borrowers table.
http://schema.koha-community.org/tables/borrowers.html

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


More information about the Koha-bugs mailing list