Fix: group by not complete

This commit is contained in:
Laurent Destailleur 2012-06-23 20:29:35 +02:00
parent 6e29a098c0
commit 9e4af7c5a7

View File

@ -199,7 +199,7 @@ if (! $sall)
{
$sql.= ' GROUP BY f.rowid, f.facnumber, f.type, f.increment, f.total, f.total_ttc,';
$sql.= ' f.datef, f.date_lim_reglement,';
$sql.= ' f.paye, f.fk_statut,';
$sql.= ' f.paye, f.fk_statut, f.note,';
$sql.= ' s.nom, s.rowid';
}
else