AddCustomer(dim, CustNumber, CustString, CustomerName, dimensions, Customers, compId, resultMessage);
getWholeRow(in);
//clean out to the end of the row
} else if (in.sval.equals("VER")) {
if (SIE_typen != 4) {
throw new ParseException("#VER not allowed in SIE type=" + SIE_typen + " line=" + in.lineno(), 0);
}
AddTransaction(convertTransNums, serieMultiplier, Customers, in, compId, resultMessage, yearDef);
} else {
//this is an unused line. Get the tokens until the end of the line.
Log.log(Log.DEBUG, this, "Ignored row=" + in.lineno() + " ; #" + getWholeRow(in));