diff --git a/gestion/lib/Db/Bdd.php b/gestion/lib/Db/Bdd.php index a81b47f..3273b07 100644 --- a/gestion/lib/Db/Bdd.php +++ b/gestion/lib/Db/Bdd.php @@ -2259,7 +2259,8 @@ class Bdd { client.id, client.nom as client_nom, client.prenom as client_prenom, - client.entreprise as client_entreprise + client.entreprise as client_entreprise, + client.fk_client_group_id FROM ".$this->tableprefix."client as client WHERE client.id = ?;"; $clientList = $this->execSQLNoJsonReturn(