Empty barcodeType is allowed now

This commit is contained in:
Sylvia van Os
2019-12-14 19:03:17 +01:00
parent 488125c492
commit 4e1fb16359

View File

@@ -131,10 +131,6 @@ public class CsvDatabaseImporter implements DatabaseImporter
}
String barcodeType = extractString(DBHelper.LoyaltyCardDbIds.BARCODE_TYPE, record, "");
if(barcodeType.isEmpty())
{
throw new FormatException("No barcode type listed, but is required");
}
Integer headerColor = null;
Integer headerTextColor = null;