Commit e27f9fce by Damien Moulard

change ref text for the allocation method with cotistaion rate

parent a91fd19b
...@@ -154,7 +154,7 @@ class TAVCotisationUtils ...@@ -154,7 +154,7 @@ class TAVCotisationUtils
$fluxCotis->setExpediteur($siege); $fluxCotis->setExpediteur($siege);
$fluxCotis->setDestinataire($adherent); $fluxCotis->setDestinataire($adherent);
$fluxCotis->setMontant($amountDiff); $fluxCotis->setMontant($amountDiff);
$fluxCotis->setReference("Reversement cotisation après paiement de " . $cotisationAmount . "€ et application du taux " . $cotisationTaux); $fluxCotis->setReference("Versement de l'allocation complémentaire après paiement de " . $cotisationAmount . "€ pour atteindre une allocation de " . $mlcAmount . " MonA");
// Create third party funding instance if required // Create third party funding instance if required
if ($adherent->getThirdPartyFinancer() !== null) { if ($adherent->getThirdPartyFinancer() !== null) {
...@@ -168,7 +168,7 @@ class TAVCotisationUtils ...@@ -168,7 +168,7 @@ class TAVCotisationUtils
$fluxCotis->setExpediteur($adherent); $fluxCotis->setExpediteur($adherent);
$fluxCotis->setDestinataire($siege); $fluxCotis->setDestinataire($siege);
$fluxCotis->setMontant(-$amountDiff); $fluxCotis->setMontant(-$amountDiff);
$fluxCotis->setReference("Prélèvement cotisation après paiement de " . $cotisationAmount . "€ et application du taux " . $cotisationTaux); $fluxCotis->setReference("Prélèvement sur la cotisation après paiement de " . $cotisationAmount . "€ pour atteindre une allocation de " . $mlcAmount . " MonA");
} }
$fluxCotis->setOperateur($flux->getOperateur()); $fluxCotis->setOperateur($flux->getOperateur());
......
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