Implementata gestione Ean Peso in rettifica giacenze
This commit is contained in:
@@ -45,9 +45,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
|
||||
compatibleModels.add("EDA51");
|
||||
compatibleModels.add("CT60");
|
||||
|
||||
if (compatibleModels.contains(model)) {
|
||||
return true;
|
||||
} else return false;
|
||||
return compatibleModels.contains(model);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user