Skip to content
Snippets Groups Projects
Commit dd1a31de authored by damien's avatar damien
Browse files

Fix for the bug #278 (to be tested on MySQL)

parent 8adac462
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ if ($user->rights->fournisseur->facture->lire)
{
$sql .= " AND f.facnumber like '%".$_POST["sf_ref"] . "%'";
}
$sql.= " GROUP BY f.facnumber";
$sql.= " GROUP BY f.facnumber,s.nom, s.rowid, f.rowid, f.total_ht, f.total_ttc, f.datef, f.date_lim_reglement, f.paye, f.fk_statut";
$sql.= " ORDER BY ";
$listfield=explode(',',$sortfield);
......
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