Sebastian Porombka 90db397ec6
barcode logic: strip non-numeric characters from detected ASN string (#4379)
* legacy barcodes exist which still contain characters after the number. the current logic did not truncate them. instead, int() was called from the remaining string. this does not work in this case. it is therefore sufficient to continue processing numeric characters.

* lint

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-10-17 03:44:22 +00:00
..
2023-09-30 18:17:42 -07:00
2023-04-26 09:35:27 -07:00
2023-09-08 11:49:16 -07:00