Fix inputType su barcode Honeywell

This commit is contained in:
Giuseppe Scorrano 2019-07-25 12:21:09 +02:00
parent 1f9725fc54
commit 2441e2fd4d

View File

@ -20,6 +20,8 @@ public class HoneywellBarcodeTypeMapper {
return BarcodeType.EAN13;
case "D":
return BarcodeType.EAN8;
case "I":
return BarcodeType.EAN128;
case "c":
return BarcodeType.UPCA;