Historique prêts : ajout bouton retour

This commit is contained in:
Jean-Christophe Engel 2025-10-28 16:11:44 +01:00
parent aee34623f4
commit c9345fd67f

View file

@ -18,6 +18,7 @@
{{#select
users.nom AS nom,
users.id AS user,
mvt.key AS mvt_key,
json_extract(mat.document, '$.name') AS mat_name,
json_extract(mvt.document, '$.date') AS out_date,
json_extract(mvt.document, '$.amount') AS out_amount,
@ -79,7 +80,13 @@
{{/if}}
{{/if}}
</td>
<td></td>
<td>
{{:linkbutton
label="Retour"
href="movements/output_return.html?key=%s&prop=1"|args:$mvt_key
shape="reset"
target="_dialog"}}
</td>
</tr>
{{else}}
<p class="block alert">Aucun mouvement.</p>