[Koha-bugs] [Bug 13990] ILS-DI LookupPatron Requries ID Type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 10 16:45:48 CEST 2016


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.16                        |master

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Although this doesn't seem to generate an error anymore, it is still the case
that id_type is required.

/cgi-bin/koha/ilsdi.pl?service=LookupPatron&id=4456

...returns:

<LookupPatron>
  <message>PatronNotFound</message>
</LookupPatron>

/cgi-bin/koha/ilsdi.pl?service=LookupPatron&id=4456&id_type=borrowernumber

...returns:

<LookupPatron>
  <id>4456</id>
</LookupPatron>

-- 
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