api_dolibarr #53

Manually merged
mlamalle merged 6 commits from api_dolibarr into master 2020-11-03 09:55:48 +01:00
Showing only changes of commit 0e159604e6 - Show all commits

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 %}