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

@ -43,7 +43,7 @@
{{if $mat_present}}
{{#list
select="
$$.designation AS 'Matériel' ;
$$.name AS 'Matériel' ;
"" AS 'Catégorie' ;
"" AS 'Stock' ;
"" AS 'Sorti' ;
@ -69,7 +69,7 @@
{{/if}}
<tr>
<td>{{$designation}}</td>
<td>{{$name}}</td>
<td>{{$cat_name}}</td>
<td class="num">{{$stock}}</td>
<td class="num">{{if $exterieur == null}}0{{else}}{{$exterieur}}{{/if}}</td>