| Numéro du ticket | Titre du ticket | |------------------|-----------------| | #332 | Refonte écran réception terminée | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Co-authored-by: tristan <tristan@yuno.malio.fr> Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/31 Reviewed-by: Autin <tristan@yuno.malio.fr> Co-authored-by: sroy <sebastien@yuno.malio.fr> Co-committed-by: sroy <sebastien@yuno.malio.fr>
This commit is contained in:
@@ -220,9 +220,15 @@
|
||||
|
||||
<tr class="border-bottom">
|
||||
<td>
|
||||
{% if reception.receptionType and reception.receptionType.code == 'BOVINS' %}
|
||||
<strong>
|
||||
Type de bovins
|
||||
</strong>
|
||||
{% else %}
|
||||
<strong>
|
||||
Type de marchandises
|
||||
</strong>
|
||||
{% endif %}
|
||||
<br><br>
|
||||
|
||||
<div class="bigtable-notes">
|
||||
@@ -263,6 +269,9 @@
|
||||
<p>Aucun dépôt de granulés renseigné.</p>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% if reception.merchandiseType %}
|
||||
<p><strong>{{ reception.merchandiseType.label }}</strong></p>
|
||||
{% endif %}
|
||||
{% set buildingLabels = [] %}
|
||||
{% for building in reception.buildings|default([]) %}
|
||||
{% set buildingLabels = buildingLabels|merge([building.label]) %}
|
||||
|
||||
Reference in New Issue
Block a user