ajout variable pour activer dolibarr

This commit is contained in:
2020-10-14 17:02:41 +02:00
parent 5ea06c9aec
commit 62e7339057
4 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,9 @@
</h1>
<a class="btn btn-success" href={{ path('app_offer_submit') }}>Ajouter</a>
{% if doliactive %}
<a class="btn btn-success" href={{ path('app_offer_getorders') }}>Récupérer les commandes de Dolibarr</a>
{% endif %}
<div class="custom-control custom-switch float-right">
<input type="checkbox" class="custom-control-input" id="switchactiveproject" {% if app.session.get('activeproject') %} checked {% endif %}>