refactor(mobile): new error found and added in
Some checks failed
Build and Push LST Docker Image / docker (push) Failing after 1m24s
Some checks failed
Build and Push LST Docker Image / docker (push) Failing after 1m24s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user