renommage champ designation => name
This commit is contained in:
parent
9ac71344fb
commit
dbbff606f6
16 changed files with 35 additions and 35 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue