Default work report model has all attributes at line level

FEA: ItEr75S29DefaultData
This commit is contained in:
Manuel Rego Casasnovas 2011-11-07 12:04:26 +01:00
parent 16ece98e49
commit 3c3ba781a7

View file

@ -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;