set correct layout to accompanying period crud

This commit is contained in:
2015-10-12 21:31:01 +02:00
parent 4e00af3e48
commit 772499ce89
5 changed files with 25 additions and 30 deletions

View File

@@ -200,7 +200,7 @@ class AccompanyingPeriod
if (! $this->isClosingAfterOpening()) {
$context->addViolationAt('dateClosing',
'validation.AccompanyingPeriod.constraint.dateOfClosing_before_dateOfOpening',
'The date of closing is before the date of opening',
array(), null);
}
}