Correction erreur paramètre propriété

This commit is contained in:
Jean-Christophe Engel 2026-05-29 10:49:11 +02:00
parent 5eb21a3138
commit e3dc23d6d8
2 changed files with 3 additions and 3 deletions

View file

@ -122,11 +122,11 @@
<td class="actions">
{{:linkbutton
label="Mouvements"
href="equipment_history.html?key=%s&prop=1"|args:$key
href="equipment_history.html?key=%s&prop=%s"|args:$key:$selected_prop
shape="table"}}
{{:linkbutton
label="Modifier"
href="modify_equipment.html?key=%s&prop=1"|args:$key
href="modify_equipment.html?key=%s&prop=%s"|args:$key:$selected_prop
shape="edit"
target="_dialog"}}
</td>

View file

@ -68,7 +68,7 @@
<dt>Matériel</dt>
<dd>{{:link href="../equipment_history.html?key=%s&prop=%s"|args:$equipment.key:$_GET.prop label=$equipment.name}}</dd>
<dt>Catégorie</dt>
<dd>{{:link href="../index.html?cat_key=%s&prop=1"|args:$category.key label=$category.name}}</dd>
<dd>{{:link href="../index.html?cat_key=%s&prop=%s"|args:$category.key:$_GET.prop label=$category.name}}</dd>
<dt>Date</dt>
<dd>{{$mvt.date|date_short}}</dd>
<dt>Quantité</dt>