679680681682683684685686687688689
log.log(Level.SEVERE, "Line NOT created #" + i); // Create Invoice Line Link else if (il != null) { il.setM_InOutLine_ID(iol.getM_InOutLine_ID()); il.saveEx(); } } // if selected } // for all rows /**