Create new subcontractor communication type: UPDATE_DELIVERING_DATE

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
This commit is contained in:
Susana Montes Pedreira 2011-12-19 19:53:11 +01:00
parent 69f818d649
commit a8ca548493

View file

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