ItEr28S05RFControlAvancesIncompatiblesEnUnidadesTraballoItEr27S05: Fixed little bug when showing several advances in the same chart.

This commit is contained in:
Manuel Rego Casasnovas 2009-09-29 12:55:05 +02:00 committed by Javier Moran Rua
parent 78ad9e923a
commit ab4cd9c0d1

View file

@ -116,6 +116,7 @@ public class ManageOrderElementAdvancesController extends
this.manageOrderElementAdvancesModel.init(orderElementModel
.getOrderElement());
this.indexSelectedItem = -1;
selectedAdvances.clear();
Util.reloadBindings(window);
}