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

Merge pull request #654 from FHenry/3.3

 	Fix bug [ bug #709 ]
parents 365680d9 f043fcfa
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ if ($socid) $param.="&socid=".$socid;
if ($showbirthday) $param.="&showbirthday=1";
if ($pid) $param.="&projectid=".$pid;
if ($type) $param.="&type=".$type;
if ($actioncode) $param.="&actioncode=".$actioncode;
$sql = "SELECT s.nom as societe, s.rowid as socid, s.client,";
$sql.= " a.id, a.datep as dp, a.datep2 as dp2,";
......
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