From 13e86e9b0dd7b4cd85bd3f78443e5b3873ea8127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Tue, 10 Sep 2013 11:10:42 +0200 Subject: [PATCH] Added a field to group by to avoid error with mysql strict mode --- 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 59c6852480c..cafec2762d6 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -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 {