ageffgmbh / inventree-datanorm-plugin

Plugin for InvenTree to create parts by scanning EAN barcodes
MIT License
0 stars 1 forks source link

Pre-Check for non-numeric characters in EAN validation #4

Closed FahrJo closed 3 months ago

FahrJo commented 3 months ago

If there are non-numeric characters in the scanned barcode, the conversion of the barcode into an INT will throw an exception in the EAN validation step.

FahrJo commented 3 months ago

solved with #5.