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: koha-bugs@lists.koha-community.org Reporter: misilot@fit.edu QA Contact: testopia@bugs.koha-community.org 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.