Bug 26364: Don't discard the passed isbn
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 13:44:45 +0000 (13:44 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jan 2021 14:37:15 +0000 (15:37 +0100)
commitfeb7f5f6dd89f58f3b027898705fb0fa57a051ab
treeeafb63d447f7dee6916097246d0681bf1a349aaf
parent8b22c3846caa2004b411c6bd19a5d41bc602e704
Bug 26364: Don't discard the passed isbn

I don't know, if we get rid fo this check we can now check the db for the same isbn we passed

This may be useful as we may want to see the biblio with the same isbn as long as number is different?

This will make tests fail

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/XISBN.pm