ItEr29S06CUAsignacionGrupoRecursosAPlanificacionItEr28S06: isGroupingRow depends on the number of allocations
This commit is contained in:
parent
6586a02dcb
commit
9b32dd7eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ class Row {
|
|||
}
|
||||
|
||||
private boolean isGroupingRow() {
|
||||
return level == 0;
|
||||
return aggregate.getAllocationsSortedByStartDate().size() > 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue