]> git.koha-community.org Git - koha.git/commit
Bug 26364: Don't discard the passed isbn
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 13:44:45 +0000 (13:44 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 8 Jan 2021 06:37:31 +0000 (07:37 +0100)
commitaaea95c7f7eab1256d2ae3be8ce547adf69b12a2
tree94562b8bc54f818807f1465015fbd104d3908b69
parent0b2f0e0b26d462df58bd7d03246bb60bf84b11e5
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>
(cherry picked from commit feb7f5f6dd89f58f3b027898705fb0fa57a051ab)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/XISBN.pm