added articleNumber to barcode input
This commit is contained in:
@@ -133,7 +133,7 @@ function changeFocusToBarcode() {
|
||||
|
||||
|
||||
const findProductByBarcodeOrEAN = (input) => {
|
||||
return dataStore.products.find(i => i.barcode === input || i.ean === input)
|
||||
return dataStore.products.find(i => i.barcode === input || i.ean === input || i.articleNumber === input)
|
||||
}
|
||||
|
||||
const findSpaceBySpaceNumber = (input) => {
|
||||
|
||||
Reference in New Issue
Block a user