ItEr38S05ValidacionEProbasFuncionaisItEr37S06: Adding name to sum of all rows
This commit is contained in:
parent
6ba095ac47
commit
41f5bd56be
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
|
||||
private void renderAggregatingRow(Listitem item) {
|
||||
ResourceAllocationController controller = ResourceAllocationController.this;
|
||||
append(item, new Label());
|
||||
append(item, new Label(_("Sum of all rows")));
|
||||
append(item, CalculationTypeRadio.NUMBER_OF_HOURS.input(controller));
|
||||
append(item, CalculationTypeRadio.RESOURCES_PER_DAY
|
||||
.input(controller));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue