add new communication type 'Report advance'
FEA: ItEr75S30SubcontractorIncommingCommunicationsLists
This commit is contained in:
parent
3329e856d7
commit
1e214e328d
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue