Historique prêts : ajout bouton retour
This commit is contained in:
parent
aee34623f4
commit
c9345fd67f
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue