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>