mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
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:
parent
d237a0e076
commit
bdc5573311
5 changed files with 24 additions and 14 deletions
|
|
@ -250,12 +250,12 @@ class BarcodeScanHandler extends BarcodeHandler {
|
|||
|
||||
// The following model types can be matched with barcodes
|
||||
List<String> validModels = [
|
||||
InvenTreePart.MODEL_TYPE,
|
||||
InvenTreeCompany.MODEL_TYPE,
|
||||
InvenTreeStockItem.MODEL_TYPE,
|
||||
InvenTreeStockLocation.MODEL_TYPE,
|
||||
InvenTreeSupplierPart.MODEL_TYPE,
|
||||
InvenTreeManufacturerPart.MODEL_TYPE,
|
||||
InvenTreePart.MODEL_TYPE,
|
||||
InvenTreeStockLocation.MODEL_TYPE,
|
||||
InvenTreeCompany.MODEL_TYPE,
|
||||
];
|
||||
|
||||
if (InvenTreeAPI().supportsOrderBarcodes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue