Correction requete SQL

This commit is contained in:
Rodolphe Quiedeville 2003-05-15 20:41:03 +00:00
parent cf10282225
commit e7d8c03e95

View File

@ -44,7 +44,7 @@ $sql .= " FROM llx_paiement as f";
if ($socidp)
{
$sql .= " AND f.fk_soc = $socidp";
$sql .= " WHERE f.fk_soc = $socidp";
}
$sql .= " GROUP BY dm DESC";