]> git.koha-community.org Git - koha.git/commit
Bug 29319: Use Business::ISBN to check ISBNs on addbooks.pl/cataloging search
authorLucas Gass <lucas@bywatersolutions.com>
Mon, 25 Oct 2021 22:52:22 +0000 (22:52 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Mon, 31 Jan 2022 00:09:01 +0000 (01:09 +0100)
commit5d86cc7363e72bc7e61326bd8c50e75d35d09bf0
treeb2724cb83b26e1757c8055eaa2e5497e7d909c4a
parentb1fec5be3e5116c4b48983400333ab64b72fb7d4
Bug 29319: Use Business::ISBN to check ISBNs on addbooks.pl/cataloging search

To test:
1. Go to cataloging search and enter something like "7th Heaven".
2. Get an error when searching, Koha thinks you entered an ISBN
3. Apply patch
4. Try the same search, it should be a proper title search now
5. Find some stuff in the catalog with ISBN numbers in them.
6. The search should properly return ISBN13/ISBN10 searches, without with out the '-'.

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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 14c8d4c230ff96932ab87099f7594f311ffc4562)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
cataloguing/addbooks.pl