Skip to content
Snippets Groups Projects
Commit 23a7aae0 authored by Florian Henry's avatar Florian Henry
Browse files

[ bug #841 ] Erreur compta/index

parent 52a1e811
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ if ($search_user > 0) ...@@ -210,7 +210,7 @@ if ($search_user > 0)
} }
if (! $sall) if (! $sall)
{ {
$sql.= ' GROUP BY f.rowid, f.facnumber, f.type, f.increment, f.total, f.total_ttc,'; $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.datef, f.date_lim_reglement,';
$sql.= ' f.paye, f.fk_statut, f.note,'; $sql.= ' f.paye, f.fk_statut, f.note,';
$sql.= ' s.nom, s.rowid'; $sql.= ' s.nom, s.rowid';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment