"error.net.sourceforge.fenixedu.domain.accounting.events.penaltyExemptionJustifications.PenaltyExemptionJustificationByDispatch.cannot.modify.penaltyExemptionDispatchDate");
}
@Override
public LabelFormatter getDescription() {
final LabelFormatter labelFormatter = new LabelFormatter();
labelFormatter.appendLabel(getPenaltyExemptionJustificationType().getQualifiedName(),
LabelFormatter.ENUMERATION_RESOURCES);
String penaltyExemptionDate =
getPenaltyExemptionDispatchDate() != null ? getPenaltyExemptionDispatchDate().toString(
DateFormatUtil.DEFAULT_DATE_FORMAT) : "-";
labelFormatter.appendLabel(" (").appendLabel("label.in", LabelFormatter.APPLICATION_RESOURCES).appendLabel(" ")
.appendLabel(penaltyExemptionDate).appendLabel(")");
return labelFormatter;
}