Commit 86fafca3 by Yvon

display manu reconv btn only if automatisation_reconversion is off

parent 2072962f
...@@ -29,6 +29,6 @@ ...@@ -29,6 +29,6 @@
{% include '@kohinos/presta/block/transaction_presta.html.twig' %} {% include '@kohinos/presta/block/transaction_presta.html.twig' %}
{% include '@kohinos/presta/block/transaction_adherent.html.twig' %} {% include '@kohinos/presta/block/transaction_adherent.html.twig' %}
{% endif %} {% endif %}
{% if getCurrentPrestataire().mlc == false and getCurrentPrestataire().solidoume == false and getCurrentPrestataire().emlcAccount.balance > 0 %} {% if getCurrentPrestataire().mlc == false and getCurrentPrestataire().solidoume == false and getCurrentPrestataire().emlcAccount.balance > 0 and automatisation_reconversion == 0 %}
{% include '@kohinos/presta/block/reconversion.html.twig' %} {% include '@kohinos/presta/block/reconversion.html.twig' %}
{% endif %} {% endif %}
\ No newline at end of file
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