Re-order barcode scanning priority (#693)

* Re-order barcode scanning priority

- Closes https://github.com/inventree/inventree-app/issues/692

* dart format

* Try with removed line

* Try without pythonscript

* just pub get

* try with fvm

* Remove fvm

* set working dir

* try just pub get

* Install python first

* Updates

* Use fvm

* Adjust CI
This commit is contained in:
Oliver 2025-09-28 13:34:22 +10:00 committed by GitHub
parent d237a0e076
commit bdc5573311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 14 deletions

View file

@ -1,3 +1,8 @@
### 0.19.3 - September 2025
---
- Fixes incorrect priority of barcode scanner results
### 0.19.2 - August 2025
---