maj condition affichage dolibarr

This commit is contained in:
2020-10-14 17:09:26 +02:00
parent 62e7339057
commit 0e159604e6

View File

@@ -22,7 +22,7 @@
</h1>
<a class="btn btn-success" href={{ path('app_offer_submit') }}>Ajouter</a>
{% if doliactive %}
{% if doliactive == "true" %}
<a class="btn btn-success" href={{ path('app_offer_getorders') }}>Récupérer les commandes de Dolibarr</a>
{% endif %}