Commit fa7afb7c by Yvon

properly fix bug

parent debe137b
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
{# COMPTE ou ECOMPTE : @TODO : mettre plutôt dans le header en visible tout le temps ? #} {# COMPTE ou ECOMPTE : @TODO : mettre plutôt dans le header en visible tout le temps ? #}
{% if app.user and is_granted('ROLE_ADHERENT') %} {% if app.user and is_granted('ROLE_ADHERENT') %}
<b class="dropdown-item bg-primary text-white"> <b class="dropdown-item bg-primary text-white">
{% if app.user.adherent.emlcAccount %} {% if app.user.adherent %}
Ecompte : {{app.user.adherent.emlcAccount.balance }} Ecompte : {{app.user.adherent.emlcAccount.balance }}
{% else %} {% else %}
Aucun compte emlc existant. Adhérent introuvable.
{% endif %} {% endif %}
</b> </b>
{% elseif app.user and is_granted('ROLE_PRESTATAIRE') and getCurrentPrestataire() != null %} {% elseif app.user and is_granted('ROLE_PRESTATAIRE') and getCurrentPrestataire() != null %}
......
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