add new communication type 'Report advance'

FEA: ItEr75S30SubcontractorIncommingCommunicationsLists
This commit is contained in:
Susana Montes Pedreira 2011-11-15 10:04:13 +01:00
parent 3329e856d7
commit 1e214e328d

View file

@ -30,7 +30,8 @@ import static org.libreplan.business.i18n.I18nHelper._;
*/
public enum ComunicationType {
NEW_PROJECT(_("New project"));
NEW_PROJECT(_("New project")),
REPORT_ADVANCE(_("Report advance"));
private String description;