Bug 4305 Get Amazon book covers for ISBN13
authorFrédéric Demians <f.demians@tamil.fr>
Sat, 25 Sep 2010 14:47:18 +0000 (10:47 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 10:18:48 +0000 (06:18 -0400)
commite4f37fde48b1d5422a4584018da3dc35437e4498
tree75900f53d6682cd9e515e8d777001b1665956a4a
parent0c6250f75436950b39de0be2d6a06fa763f53233
Bug 4305 Get Amazon book covers for ISBN13

The way Koha get book cover from Amazon doesn't work from biblio records
having ISBN13 because Amazon expect an ISBN10. This patch transforms
ISBN13 into ISBN10 before sending it to Amazon.

Warning! On some devel installations, you will have to install by hand a
new CPAN depency:

  Business::ISBN

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Installer/PerlDependencies.pm
C4/Koha.pm
install_misc/apt-get-debian-lenny.sh