Added a field to group by to avoid error with mysql strict mode

This commit is contained in:
Cédric Salvador 2013-09-10 11:10:42 +02:00
parent f195d59c9c
commit 13e86e9b0d

View File

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