Skip to content

Commit

Permalink
fix label fecComunicacion
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Feb 13, 2019
1 parent 554617a commit 73a9f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/Loader/VoidedLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function validate($object, ExecutionContextInterface $context)
/**@var $object Voided */
if ($object->getFecComunicacion() > new \DateTime()) {
$context->buildViolation('2301')
->atPath('fecResumen')
->atPath('fecComunicacion')
->addViolation();
return;
}
Expand Down

0 comments on commit 73a9f25

Please sign in to comment.