"error.net.sourceforge.fenixedu.domain.accounting.events.gratuity.GratuityExemptionJustificationByDispatch.cannot.modify.dispatchDate");
}
@Override
public LabelFormatter getDescription() {
final LabelFormatter labelFormatter = new LabelFormatter();
labelFormatter.appendLabel(getGratuityExemptionJustificationType().getQualifiedName(),
LabelFormatter.ENUMERATION_RESOURCES);
String gratuityExemptionDate =
getGratuityExemptionDispatchDate() != null ? getGratuityExemptionDispatchDate().toString(
DateFormatUtil.DEFAULT_DATE_FORMAT) : "-";
labelFormatter.appendLabel(" (").appendLabel("label.in", LabelFormatter.APPLICATION_RESOURCES).appendLabel(" ")
.appendLabel(gratuityExemptionDate).appendLabel(")");
return labelFormatter;
}