{% if article.hasCommandeFournisseur() %}
{% set cmdSupplier = article.getCommandeFournisseur() %}
{% if article.commandeFournisseur.status.id == 13 %}
|
Commande passé le {{ cmdSupplier.getFormattedDateOrder() }}
|
{% elseif article.commandeFournisseur.status.id == 9 %}
Commande reçu le {{ cmdSupplier.getFormattedDateOrder() }}
|
{% else %}
Commande à effectuer
|
{% endif %}
{% endif %}
{{ compo }} |
{{ article.quantite }} |
{{ compo.quantite }} |
{% endif %}
{% endif %}
{% endfor %}