Default work report model has all attributes at line level
FEA: ItEr75S29DefaultData
This commit is contained in:
parent
16ece98e49
commit
3c3ba781a7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ package org.libreplan.business.workreports.entities;
|
|||
* @author Ignacio Díaz Teijido <ignacio.diaz@cafedered.com>
|
||||
*/
|
||||
public enum PredefinedWorkReportTypes {
|
||||
DEFAULT("Default", true, true, true);
|
||||
DEFAULT("Default", false, false, false);
|
||||
|
||||
private WorkReportType workReportType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue