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

--- Comment #2 from Barton Chittenden <[email protected]> ---
Oh, the badness goes *so* much deeper: GetNormalizedISBN calls _isbn_cleanup():

sub _isbn_cleanup {
    my ($isbn) = @_;
    return NormalizeISBN(
        {
            isbn          => $isbn,
            format        => 'ISBN-10',
            strip_hyphens => 1,
        }
    ) if $isbn;
}

... So if the first ISBN isn't a valid *10 digit* isbn, GetNormalizedISBN will
fail.

I've attached a MARCXML record which will trigger the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to