Correction typos
This commit is contained in:
parent
36f4bffb48
commit
5eb8fa63fd
3 changed files with 10 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
{{* vérifier s'il y a des matériels dans cette catégorie *}}
|
||||
{{:assign present=false}}
|
||||
{{if $cat_elem|keys|has:"eqpmt"}}
|
||||
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
||||
{{#foreach from=$cat_elem.eqpmt key="eqpmt_key" item="eqpmt"}}
|
||||
{{if $eqpmt.stock !== null && $eqpmt.stock !== 0}}
|
||||
{{:assign present=true}}
|
||||
{{:break}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue