ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "",
"C_Order InvoiceRule", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
"SLOrderDocType"), Utility.getContext(this, vars, "#User_Client",
"SLOrderDocType"), 0);
Utility.fillSQLParameters(this, vars, null, comboTableData, "SLOrderDocType", "");
l = comboTableData.select(false);
comboTableData = null;
} catch (Exception ex) {
throw new ServletException(ex);
}
resultado.append(", new Array(\"inpinvoicerule\", ");