From bd60eab517607b641ed3e52d19ee4b6fa5c2ce0f Mon Sep 17 00:00:00 2001 From: Narindra ezway Date: Wed, 9 Apr 2025 10:30:13 +0300 Subject: [PATCH] add fk_client_group_id to client query in Bdd class --- gestion/lib/Db/Bdd.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(