[Bug #1184] Fix issue avoiding reset verticalPage to zero

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-09-21 12:15:30 +02:00
parent 484b2652da
commit a20e122495

View file

@ -816,7 +816,6 @@ public class AdvancedAllocationController extends GenericForwardComposer {
public void populateVerticalListbox() {
if (rowsCached != null) {
verticalPage = 0;
verticalPaginationIndexes = new ArrayList<Integer>();
advancedAllocationVerticalPagination.getChildren().clear();
for(int i=0; i<rowsCached.size(); i=