Amélioration présentation

This commit is contained in:
Jean-Christophe Engel 2026-03-10 14:52:15 +01:00
parent 05d92d97e6
commit a0f688fb31
11 changed files with 47 additions and 58 deletions

View file

@ -48,7 +48,7 @@
{{:assign premier=true}}
{{#select
nom, user, GROUP_CONCAT(mat_name) AS materiel, SUM(remain) AS quantite
nom, user, GROUP_CONCAT(mat_name, ", ") AS materiel, SUM(remain) AS quantite
FROM
(SELECT users.nom AS nom,
users.id AS user,