ItEr49S04ValidacionEProbasFuncionaisItEr48S04: Because the allocated hours could be different than the value introduced by the user, updating the cell with the hours for the interval after doing the allocation.

This commit is contained in:
Óscar González Fernández 2010-03-02 22:06:00 +01:00
parent 999390d5c4
commit 74cfd2c7bf

View file

@ -1068,6 +1068,7 @@ class Row {
.onInterval(startDate, endDate)
.allocateHours(value);
fireCellChanged(item);
intbox.setRawValue(getHoursForDetailItem(item));
reloadAllHours();
}
});