// Get Default Tax Category
strcTaxcategoryId = ImportProductData.selectTaxCategory(conn, getAD_Client_ID());
if (log4j.isDebugEnabled())
log4j.debug("ImportProduct C_TaxCategory_ID =" + strcTaxcategoryId);
conn.releaseCommitConnection(con);
if (strcTaxcategoryId == null || strcTaxcategoryId.equals("")) {
// Default Tax category doesn't exist
addLog(Utility.messageBD(conn, "MarkDefaultTaxCategory", vars.getLanguage()));
myError.setType("Error");
myError.setTitle(Utility.messageBD(conn, "Error", vars.getLanguage()));