http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990
Bug ID: 13990
Summary: ILS-DI LookupPatron Requries ID Type
Change sponsored?: ---
Product: Koha
Version: 3.16
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Web services
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
For the LookupPatron the id_type argument seems to be required, even though it
says it is optional.
For example: https://site/cgi-bin/koha/ilsdi.pl?service=LookupPatron&id=4456
I get the following error:
<h1>Software error:</h1>
<pre>Can't use an undefined value as an ARRAY reference at
/usr/lib/perl5/DBI.pm line 2054.
</pre>
However, if I add &id_type=borrowernumber
I get the correct output.
<LookupPatron>
<id>4456</id>
</LookupPatron>
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/