Stuart Rolinson
Results
2
issues of
Stuart Rolinson
When using the generator function to create a 'Code39' barcode, the writer_options={'add_checksum': False} is ignored. The addition of the check digit happens during the class __init__ which hasn't received the...
Fixes for bug #55 writer_options{"add_checksum": False} being ignored for Code39 barcodes. Added class variable to track when the checksum has been added so it can't add twice Moved the check...