Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums
authorChris Nighswonger <cnighswonger@foundations.edu>
Sat, 19 Sep 2009 20:51:41 +0000 (16:51 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 14 Oct 2009 16:19:08 +0000 (18:19 +0200)
commit963586b45b0aad33fef1aa767ab33c2293f09d53
tree468e38927002dccabbc12f61435e0d1f1c50fd1d
parente4400c12cc264f46dff9c6d2bb7e0a6bcd1b0a78
Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums

This may not present a problem inside of Koha, but would if scanned with
software expecting mod10 or mod43.

Current code uses the 'visa' method of the Algorithm::CheckDigits module which
produces mod9 checksums.

The patch changes to using 'code_39' for mod43 and 'siret' for mod10.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Labels/Label.pm