Followup to Bug 4305: multiple ISBNS in biblioitems.isbn breaks patron
authorIan Walls <ian.walls@bywatersolutions.com>
Wed, 6 Oct 2010 16:46:26 +0000 (12:46 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 16:56:12 +0000 (12:56 -0400)
commit0d768b482e032c5f9700df331d7aff71f9a23e6c
treea297b55d2f5ee0a503fe0e4c5d623c4ad22d02aa
parent6049aeeacb233c853c0af6238e657dc7142c7696
Followup to Bug 4305: multiple ISBNS in biblioitems.isbn breaks patron

This patch adds a scrub for ' | ' when the ISBN comes from the
biblioitems table, in the event that Koha has attempted to store
multiple ISBNs in the field.  The ISBN presented to Business::ISBN will
now be something it can handle.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Koha.pm