ItEr29S06CUAsignacionGrupoRecursosAPlanificacionItEr28S06: isGroupingRow depends on the number of allocations

This commit is contained in:
Óscar González Fernández 2009-10-07 18:52:14 +02:00
parent 6586a02dcb
commit 9b32dd7eb3

View file

@ -484,7 +484,7 @@ class Row {
}
private boolean isGroupingRow() {
return level == 0;
return aggregate.getAllocationsSortedByStartDate().size() > 1;
}
}