car you please verify if this module validates barcodes? Or does it assume that the barcodes have been correctly generated?
A quick look inside the module shows that it does some primitive check on the length (not exceeding 12, 13, etc.) only. I used letters (which are not valid codes) and the module also generates barcode images.
Comments
Comment #1
skyredwangcheck on the length (not exceeding 12, 13, etc.) is the only thing it validate so far.
Comment #2
skyredwang