diff --git a/frontend/pages/reception/update/[[id]].vue b/frontend/pages/reception/update/[[id]].vue index 0236a9f..40b19af 100644 --- a/frontend/pages/reception/update/[[id]].vue +++ b/frontend/pages/reception/update/[[id]].vue @@ -4,7 +4,7 @@
Aucun dépôt de granulés renseigné.
{% endfor %} {% else %} + {% if reception.merchandiseType %} +{{ reception.merchandiseType.label }}
+ {% endif %} {% set buildingLabels = [] %} {% for building in reception.buildings|default([]) %} {% set buildingLabels = buildingLabels|merge([building.label]) %}