Merge branch 'h2f/hotfixes/fixing-client-groupe-id' into releases/release-h2f-prod
This commit is contained in:
commit
329df22329
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user