]> 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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 14 Jan 2021 13:10:19 +0000 (13:10 +0000)
commit59899d65c83832de4a4ec999bf2ee6a083e74bf8
treebd86506660b18623167f4844bb886a3169b65040
parent1092f4479ec2c3dd626cb462e1be2b57e123befc
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>
(cherry picked from commit aaea95c7f7eab1256d2ae3be8ce547adf69b12a2)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/XISBN.pm