http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3649 Summary: Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums Product: Koha Version: unspecified Platform: PC OS/Version: All Status: ASSIGNED Severity: blocker Priority: P5 Component: Label printing AssignedTo: cnighswonger@foundations.edu ReportedBy: cnighswonger@foundations.edu Estimated Hours: 0.0 Change sponsored?: Sponsored 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. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.