Fix bug [ bug #709 ]
This commit is contained in:
parent
93dc6b5fc0
commit
63c5f3433a
@ -142,6 +142,7 @@ if ($socid) $param.="&socid=".$socid;
|
|||||||
if ($showbirthday) $param.="&showbirthday=1";
|
if ($showbirthday) $param.="&showbirthday=1";
|
||||||
if ($pid) $param.="&projectid=".$pid;
|
if ($pid) $param.="&projectid=".$pid;
|
||||||
if ($_GET["type"]) $param.="&type=".$_REQUEST["type"];
|
if ($_GET["type"]) $param.="&type=".$_REQUEST["type"];
|
||||||
|
if ($actioncode) $param.="&actioncode=".$actioncode;
|
||||||
|
|
||||||
$sql = "SELECT s.nom as societe, s.rowid as socid, s.client,";
|
$sql = "SELECT s.nom as societe, s.rowid as socid, s.client,";
|
||||||
$sql.= " a.id, a.datep as dp, a.datep2 as dp2,";
|
$sql.= " a.id, a.datep as dp, a.datep2 as dp2,";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user