Correction requete SQL
This commit is contained in:
parent
cf10282225
commit
e7d8c03e95
@ -44,7 +44,7 @@ $sql .= " FROM llx_paiement as f";
|
|||||||
|
|
||||||
if ($socidp)
|
if ($socidp)
|
||||||
{
|
{
|
||||||
$sql .= " AND f.fk_soc = $socidp";
|
$sql .= " WHERE f.fk_soc = $socidp";
|
||||||
}
|
}
|
||||||
$sql .= " GROUP BY dm DESC";
|
$sql .= " GROUP BY dm DESC";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user