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:
parent
999390d5c4
commit
74cfd2c7bf
1 changed files with 1 additions and 0 deletions
|
|
@ -1068,6 +1068,7 @@ class Row {
|
|||
.onInterval(startDate, endDate)
|
||||
.allocateHours(value);
|
||||
fireCellChanged(item);
|
||||
intbox.setRawValue(getHoursForDetailItem(item));
|
||||
reloadAllHours();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue