Commit 5051f980 by Damien Moulard

fix code error

parent 43f65113
......@@ -248,7 +248,7 @@ class PaymentUtils
$this->operationUtils->executeOperations($flux);
if (Payment::TYPE_PAIEMENT_COTISATION_TAV == $type || Payment::TYPE_PAIEMENT_RECURRENT_COTISATION_TAV == $type) {
$allocationMethod = $this->tavCotisationUtils->getAppropriateAllocationMethod($destinataire);
$allocationMethod = $this->tavCotisationUtils->getAppropriateAllocationMethod($flux->getDestinataire());
// Create new flux for cotisation, depending on process
if ($this->container->getParameter('household_based_allowance') || $this->container->getParameter('simplified_household_based_allowance')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment