http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14287 --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 39930 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39930&action=edit Bug 14287: counter-patch to preserve valid ISBN-13 not starting with 978 Since the issue is for ISBN-13 to ISBN-10 of non-978 ISBN-13 values, this patch only modifies the ISBN-10 case. Additionally, since ISBN-13 always returns a value, this patch means the return unless is no longer needed. Flooding the error log seems unnecessary. TEST PLAN --------- 1) prove -v t/Koha.t 2) apply patch 3) prove -v t/Koha.t -- note that test 17 has been changed. 4) run koha qa test tools -- You are receiving this mail because: You are watching all bug changes.