From 9e4af7c5a77b4527b3e5df793193f456760acf2e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Jun 2012 20:29:35 +0200 Subject: [PATCH] Fix: group by not complete --- htdocs/compta/facture/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index e8013631703..d6f980a2aeb 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -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