if (log4j.isDebugEnabled())
log4j.debug("Updated Tax = " + no);
no = ImportOrderData.updateTaxError(con, conn, getAD_Client_ID());
if (log4j.isDebugEnabled())
log4j.debug("Invalid Tax errors = " + no);
conn.releaseCommitConnection(con);
// till here, the edition of the I_Order table
// now, the insertion from I_Order table in C_Order
// New BPartner
ImportOrderData[] data = ImportOrderData.selectWithoutBP(conn, getAD_Client_ID());