[Koha-bugs] [Bug 4305] Amazon book covers do not work with ISBN13

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 20 08:44:53 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4305

--- Comment #9 from Robin Sheat <robin at catalyst.net.nz> 2010-10-20 06:44:53 UTC ---
(In reply to comment #8)
> You're ISBN is an invalid ISBN13.

Yep. It's coming from a not completely clean data source.

> Could you try adding after:
> 
>   return undef unless $isbn;
> 
> this line:
> 
>   return undef unless $isbn->is_valid;

That's pretty similar (but slightly different) to the fix I'm testing out right
now. I'll attach the patch in a moment.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list