IDEMPIERE-3433 Info Window error when navigating to last page and LoadPageNum=N

This commit is contained in:
Diego Ruiz 2017-07-21 20:09:13 +02:00
parent 0154540290
commit 1f747fb0b3
1 changed files with 5 additions and 0 deletions

View File

@ -1779,6 +1779,11 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
{
updateListSelected();
int pgNo = paging.getActivePage();
if (pgNo == paging.getPageCount()-1 && !isLoadPageNumber()) {
testCount();
paging.setTotalSize(m_count);
pgNo = paging.getActivePage();
}
if (pageNo != pgNo)
{