From 2d7380f7fd4d4926317bc44cca1fb24b376fe653 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 13:17:53 +0000 Subject: [PATCH] =?UTF-8?q?Selection=20des=20action=20effectu=E9es=20lors?= =?UTF-8?q?=20d'un=20filtre=20client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 1bc63efba3e..9df55b32cdc 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -135,7 +135,7 @@ if ($socid) $sql = "SELECT a.id,".$db->pdate("a.datea")." as da, c.libelle, u.code, a.note, u.name, u.firstname, a.fk_contact "; $sql .= " FROM llx_actioncomm as a, c_actioncomm as c, llx_user as u"; - $sql .= " WHERE a.fk_soc = $socid AND c.id=a.fk_action AND a.fk_user_author = u.rowid"; + $sql .= " WHERE a.fk_soc = $socid AND c.id=a.fk_action AND a.fk_user_author = u.rowid AND a.percent = 100"; if ($type) {