Merge branch 'h2f/hotfixes/fixing-client-groupe-id' into releases/release-h2f-prod

This commit is contained in:
Narindra ezway 2025-04-09 10:33:14 +03:00
commit 329df22329

View File

@ -2259,7 +2259,8 @@ class Bdd {
client.id, client.id,
client.nom as client_nom, client.nom as client_nom,
client.prenom as client_prenom, 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 FROM ".$this->tableprefix."client as client
WHERE client.id = ?;"; WHERE client.id = ?;";
$clientList = $this->execSQLNoJsonReturn( $clientList = $this->execSQLNoJsonReturn(