hg backout f4f8ef565103
This commit is contained in:
parent
a583230849
commit
efe1098479
|
@ -77,7 +77,7 @@ public class AdempiereTreeModel extends DefaultTreeModel {
|
|||
no = DB.executeUpdate(sql.toString(),trx.getTrxName());
|
||||
}
|
||||
if (from != to)
|
||||
for (int i = 0; i < to.getChildCount()-1; i++)
|
||||
for (int i = 0; i < to.getChildCount(); i++)
|
||||
{
|
||||
MTreeNode nd = (MTreeNode)to.getChildAt(i);
|
||||
StringBuilder sql = new StringBuilder("UPDATE ");
|
||||
|
|
Loading…
Reference in New Issue