refactor(mobile): new error found and added in
Some checks failed
Build and Push LST Docker Image / docker (push) Failing after 1m24s

This commit is contained in:
2026-06-09 07:01:02 -05:00
parent e909e8deec
commit 7bbdd4e555
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
"foregroundImage": "./assets/adaptive-icon-white.png", "foregroundImage": "./assets/adaptive-icon-white.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"versionCode": 42, "versionCode": 43,
"minSupportedVersionCode": 33, "minSupportedVersionCode": 33,
"predictiveBackGestureEnabled": false, "predictiveBackGestureEnabled": false,
"package": "net.alpla.lst.mobile", "package": "net.alpla.lst.mobile",

View File

@@ -27,6 +27,7 @@ type ScannerEvent = {
const ERROR_KEYWORDS = [ const ERROR_KEYWORDS = [
"invalid barcode", "invalid barcode",
"invalid command",
"already", "already",
"not on stock", "not on stock",
"article tolerance", "article tolerance",