Minor modification, fix typo

This commit is contained in:
Carlos Ruiz 2007-07-24 01:16:55 +00:00
parent df9dde0621
commit 8912cb3940
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class ImportAccount extends SvrProcess
+ "WHERE ParentElementValue_ID IS NULL AND ParentValue IS NOT NULL"
+ " AND I_IsImported='Y'").append(clientCheck);
no = DB.executeUpdate(sql.toString(), get_TrxName());
log.config("Not Found Patent ElementValue=" + no);
log.config("Not Found Parent ElementValue=" + no);
//
sql = new StringBuffer ("SELECT i.ParentElementValue_ID, i.I_ElementValue_ID,"
+ " e.AD_Tree_ID, i.C_ElementValue_ID, i.Value||'-'||i.Name AS Info "