Skip to content
Snippets Groups Projects
Commit 383ead92 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: remove a test output

parent ae8f0c3e
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ $sql.= " AND f.entity = ".$conf->entity;
if ($socid) $sql.= " AND f.fk_soc = ".$socid;
$sql.= " GROUP BY s.rowid, s.nom";
$sql.= " ORDER BY s.rowid";
echo $sql;
//echo $sql;
$result = $db->query($sql);
if ($result) {
......
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