Bug 33952: Koha::Biblio->normalized_isbn
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 8 Jun 2023 08:55:36 +0000 (10:55 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 13 Jul 2023 18:19:36 +0000 (15:19 -0300)
commit9d59d0d308fc5dfd007df31e300b99a01c85bcb4
tree7133ce9d93d982327fbe003dd82d20eb127da28a
parent3c52e63f782ed4cbe275c19dfcadfd59def43d39
Bug 33952: Koha::Biblio->normalized_isbn

This is needed for bug 33947 where we need to call ->normalized_isbn on a Koha::Biblio object.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm