IDEMPIERE-2154:IndexOutOfBoundsException when match PO1line with multiple lines MR
This commit is contained in:
parent
510517e5cc
commit
ee2a9757b6
|
@ -279,6 +279,9 @@ public class ListModelTable extends ListModelList<Object> implements Sortable<Ob
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
//hot fix for:IDEMPIERE-2154 wait complete solution from zk update
|
||||||
|
if (rowCount == 0)
|
||||||
|
clearSelection();
|
||||||
removeRange(rowCount, currentSize);
|
removeRange(rowCount, currentSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue