Skip to content

Commit

Permalink
Fix bug [ bug #709 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Feb 14, 2013
1 parent 365680d commit f043fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/comm/action/listactions.php
Expand Up @@ -143,6 +143,7 @@
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,";
Expand Down

0 comments on commit f043fcf

Please sign in to comment.