]> git.koha-community.org Git - koha.git/commit
Bug 5403 Remove DisplayISBN and GetPublisherNameFromIsbn
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 14 Dec 2010 09:28:53 +0000 (09:28 +0000)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 17 Jan 2011 22:52:59 +0000 (17:52 -0500)
commit64713d3c3768902c9f8535bf3b46a490c35e9a83
tree44410cc7614a83bedf0ada6775aafbe959dfcf94
parent980d3878474e3242a8ca82be19a5d88880a94c8a
Bug 5403 Remove DisplayISBN and GetPublisherNameFromIsbn

These two subroutines were no longer being used by any other code
removed them from their respective modules
If we need any ISBN in future we should use Business::ISBN directly

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit a61db4986d7635e2eadb32f4df7332261e773826)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm
C4/Koha.pm