22 Oct
2014
22 Oct
'14
10:14 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9500 --- Comment #2 from Barton Chittenden <barton@bywatersolutions.com> --- 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.