Fix for the bug #278
This commit is contained in:
parent
a3220562d8
commit
e8a2370135
@ -130,7 +130,7 @@ if ($user->rights->fournisseur->facture->lire)
|
|||||||
{
|
{
|
||||||
$sql .= " AND f.facnumber like '%".$_POST["sf_ref"] . "%'";
|
$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 ";
|
$sql.= " ORDER BY ";
|
||||||
$listfield=explode(',',$sortfield);
|
$listfield=explode(',',$sortfield);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user