https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22294 Bug ID: 22294 Summary: EDI wrongly assumes all ISBN13's have corresponding ISBN10's Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- One of the fallbacks in the _check_for_existing_bib routine within Koha::EDI attempts to convert a given ISBN13 into it's ISBN10 equivalent and then search for it. However, not all ISBN13's have an ISBN10 equivalent and Business::ISBN returns 'undef' instead of a new Business::ISBN object if you attempt to do this conversion. This results in uncaught EDI failures and noise in the logs when such an ISBN reaches this point in the code path. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.