https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.16 |master --- Comment #1 from Owen Leonard <[email protected]> --- 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. _______________________________________________ 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/
