Create new subcontractor communication type: UPDATE_DELIVERING_DATE
FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
This commit is contained in:
parent
69f818d649
commit
a8ca548493
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ import static org.libreplan.business.i18n.I18nHelper._;
|
|||
*/
|
||||
public enum CommunicationType {
|
||||
|
||||
NEW_PROJECT(_("New project")), REPORT_PROGRESS(_("Report advance"));
|
||||
NEW_PROJECT(_("New project")), REPORT_PROGRESS(_("Report advance")), UPDATE_DELIVERING_DATE(
|
||||
_("Update Delivering Date"));
|
||||
|
||||
private String description;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue