Koha/C4/Labels
Chris Nighswonger 39f870c5f9 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>
2009-10-07 05:56:51 -04:00
..
Batch.pm replace syslog with warns 2009-09-05 21:43:12 -04:00
Label.pm Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums 2009-10-07 05:56:51 -04:00
Layout.pm replace syslog with warns 2009-09-05 21:43:12 -04:00
Lib.pm replace syslog with warns 2009-09-05 21:43:12 -04:00
PDF.pm [23/40] Initial work on label export interface. 2009-09-01 15:51:47 -04:00
Profile.pm replace syslog with warns 2009-09-05 21:43:12 -04:00
Template.pm replace syslog with warns 2009-09-05 21:43:12 -04:00