Skip to content
Snippets Groups Projects
Commit 1f2dd175 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Bugfix

parent 5bf1a330
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ if ($_GET["id"])
}
}
$sql = "SELECT s.idp, s.nom, a.fk_contrat, sum(a.montant) as montant";
$sql = "SELECT s.idp, s.nom, a.fk_contrat, sum(a.montant) as montant, c.statut";
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_commission_conso as a";
$sql .= " , ".MAIN_DB_PREFIX."telephonie_contrat as c";
$sql .= " , ".MAIN_DB_PREFIX."societe as s";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment