From 63c5f3433a836a632a862459b13ef5e48e70153a Mon Sep 17 00:00:00 2001 From: fhenry Date: Sun, 10 Feb 2013 20:49:52 +0100 Subject: [PATCH] Fix bug [ bug #709 ] --- htdocs/comm/action/listactions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index 76c3f79e628..2eaf03a231b 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -142,6 +142,7 @@ if ($socid) $param.="&socid=".$socid; if ($showbirthday) $param.="&showbirthday=1"; if ($pid) $param.="&projectid=".$pid; 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.= " a.id, a.datep as dp, a.datep2 as dp2,";