renommage champ designation => name

This commit is contained in:
Jean-Christophe Engel 2025-02-18 14:13:11 +01:00
parent 9ac71344fb
commit dbbff606f6
16 changed files with 35 additions and 35 deletions

View file

@ -7,7 +7,7 @@
{{if $quantite != 0}}
{{:assign
var="temporaire.%s.%s"|args:$cat_elem.name:$eqpmt_key
value="%s (quantité : %d)"|args:$eqpmt.designation:$quantite
value="%s (quantité : %d)"|args:$eqpmt.name:$quantite
}}
{{/if}}
{{/foreach}}

View file

@ -122,7 +122,7 @@
<legend>Informations matériel</legend>
<dl class="describe">
<dt>Matériel</dt>
<dd>{{$equipment.designation}}</dd>
<dd>{{$equipment.name}}</dd>
<dt>Catégorie</dt>
<dd>{{$cat_name}}</dd>
<dt>Quantité présente</dt>

View file

@ -139,7 +139,7 @@
<legend>Informations matériel</legend>
<dl class="describe">
<dt>Matériel</dt>
<dd>{{$equipment.designation}}</dd>
<dd>{{$equipment.name}}</dd>
<dt>Catégorie</dt>
<dd>{{$cat_name}}</dd>
<dt>Quantité disponible</dt>