ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Fixing bug.

it recalculates and reloads the data when change the worked hours.
This commit is contained in:
Susana Montes Pedreira 2010-06-15 18:35:00 +02:00 committed by Javier Moran Rua
parent bd1e2bae16
commit c3fc7664c2

View file

@ -184,6 +184,7 @@ public class AssignedCriterionRequirementToOrderElementController extends
public void recalculateHoursGroup() {
((OrderLine) assignedCriterionRequirementToOrderElementModel
.getElement()).recalculateHoursGroups();
reload();
}
public boolean isCodeAutogenerated() {