IDEMPIERE-2154:IndexOutOfBoundsException when match PO1line with multiple lines MR

This commit is contained in:
hieplq 2014-09-09 19:11:34 +07:00
parent 510517e5cc
commit ee2a9757b6
1 changed files with 3 additions and 0 deletions

View File

@ -279,6 +279,9 @@ public class ListModelTable extends ListModelList<Object> implements Sortable<Ob
}
else
{
//hot fix for:IDEMPIERE-2154 wait complete solution from zk update
if (rowCount == 0)
clearSelection();
removeRange(rowCount, currentSize);
}
}