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
|
{{#select
|
||||||
users.nom AS nom,
|
users.nom AS nom,
|
||||||
users.id AS user,
|
users.id AS user,
|
||||||
|
mvt.key AS mvt_key,
|
||||||
json_extract(mat.document, '$.name') AS mat_name,
|
json_extract(mat.document, '$.name') AS mat_name,
|
||||||
json_extract(mvt.document, '$.date') AS out_date,
|
json_extract(mvt.document, '$.date') AS out_date,
|
||||||
json_extract(mvt.document, '$.amount') AS out_amount,
|
json_extract(mvt.document, '$.amount') AS out_amount,
|
||||||
|
|
@ -79,7 +80,13 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</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>
|
</tr>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p class="block alert">Aucun mouvement.</p>
|
<p class="block alert">Aucun mouvement.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue