diff --git a/loan_history.html b/loan_history.html index 8d5ab82..28a246c 100644 --- a/loan_history.html +++ b/loan_history.html @@ -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}} - + + {{:linkbutton + label="Retour" + href="movements/output_return.html?key=%s&prop=1"|args:$mvt_key + shape="reset" + target="_dialog"}} + {{else}}

Aucun mouvement.