Skip to content

Commit

Permalink
Correction régression test couv secours
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Mar 31, 2016
1 parent e99925a commit 5422332
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ public function addChangeFrequencyCovEvent(Frequency $frequency, $cov, $freqstat
$causefield->setCustomField($cat->getCauseField());
$causefield->setEvent($event);
$causefield->setValue($cause);
$event->addCustomFieldValue($causefield);
$em->persist($event);
try {
$em->flush();
Expand Down

0 comments on commit 5422332

Please sign in to comment.