Commit dbfbae89 by Yvon

fix typos

parent ee35447b
...@@ -205,7 +205,7 @@ class TAVCotisationUtils ...@@ -205,7 +205,7 @@ class TAVCotisationUtils
$flux->setExpediteur($adherent); $flux->setExpediteur($adherent);
$flux->setDestinataire($siege); $flux->setDestinataire($siege);
$flux->setMontant(-$amountDiff); $flux->setMontant(-$amountDiff);
$flux->setReference("Prélèvement pour ramener le solde de " . $balance . "MonA sous le plafond de " . $ceiling . " MonA."); $flux->setReference("Prélèvement pour ramener le solde de " . $balance . " MonA sous le plafond de " . $ceiling . " MonA.");
$flux->setOperateur($this->security->getUser()); $flux->setOperateur($this->security->getUser());
$flux->setRole($this->security->getUser()->getGroups()[0]->__toString()); $flux->setRole($this->security->getUser()->getGroups()[0]->__toString());
$flux->setMoyen(MoyenEnum::MOYEN_EMLC); $flux->setMoyen(MoyenEnum::MOYEN_EMLC);
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
{% include '@kohinos/tav/block/adherent_payer_cotisation_don.html.twig' with {'parentForm': formRecurrentPayment} %} {% include '@kohinos/tav/block/adherent_payer_cotisation_don.html.twig' with {'parentForm': formRecurrentPayment} %}
<hr/> <hr/>
<p><b>{{ 'TOTAL PREMIER PAIEMENT'|trans }} : <span class="achat_monnaie_premier_montant_total">{{ formRecurrentPayment.montant.vars.value }}</span></b></p> <p><b>{{ 'TOTAL PREMIER PAIEMENT'|trans }} : <span class="achat_monnaie_premier_montant_total">{{ formRecurrentPayment.montant.vars.value }}</span></b></p>
<p><b>{{ 'ÉHÉANCES SUIVANTES'|trans }} : <span class="achat_monnaie_montant_total">{{ formRecurrentPayment.montant.vars.value }}</span></b></p> <p><b>{{ CHÉANCES SUIVANTES'|trans }} : <span class="achat_monnaie_montant_total">{{ formRecurrentPayment.montant.vars.value }}</span></b></p>
{% endif %} {% endif %}
{% if formRecurrentPayment.save is defined %} {% if formRecurrentPayment.save is defined %}
{{ form_widget(formRecurrentPayment.save) }} {{ form_widget(formRecurrentPayment.save) }}
......
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