Skip to content

Commit

Permalink
Last change
Browse files Browse the repository at this point in the history
  • Loading branch information
nehhen committed May 19, 2016
1 parent c2b958a commit 106f456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/resultat/clientfourn.php
Expand Up @@ -654,7 +654,7 @@
if (! empty($date_start) && ! empty($date_end))
$sql.= " AND $column >= '".$db->idate($date_start)."' AND $column <= '".$db->idate($date_end)."'";

$sql.= " GROUP BY u.rowid, p.rowid, p.ref, u.firstname, u.lastname, date_format(pe.datep,'%Y-%m')";
$sql.= " GROUP BY u.rowid, p.rowid, p.ref, u.firstname, u.lastname, dm";
$sql.= " ORDER BY p.ref";

dol_syslog("get expense report outcome");
Expand Down

0 comments on commit 106f456

Please sign in to comment.