add fk_client_group_id to client query in Bdd class
This commit is contained in:
parent
b935617c29
commit
bd60eab517
@ -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