From ac738bcd9d0990566def318247a665992660b61d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 May 2011 10:06:45 +0000 Subject: [PATCH] New: The pdf event report show all events. --- htdocs/comm/action/rapport/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/rapport/index.php b/htdocs/comm/action/rapport/index.php index 775ebc2997b..ee2906f0bfe 100644 --- a/htdocs/comm/action/rapport/index.php +++ b/htdocs/comm/action/rapport/index.php @@ -77,7 +77,7 @@ $sql.= " FROM ".MAIN_DB_PREFIX."actioncomm as a,"; $sql.= " ".MAIN_DB_PREFIX."user as u"; $sql.= " WHERE a.fk_user_author = u.rowid"; $sql.= " AND a.entity = ".$conf->entity; -$sql.= " AND percent = 100"; +//$sql.= " AND percent = 100"; $sql.= " GROUP BY year, month, df"; $sql.= " ORDER BY year DESC, month DESC, df DESC"; $sql.= $db->plimit($limit+1,$offset); @@ -89,7 +89,7 @@ if ($resql) { $num = $db->num_rows($resql); - print_barre_liste($langs->trans("DoneActions"), $page, "index.php",'',$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans("Actions"), $page, "index.php",'',$sortfield,$sortorder,'',$num); if ($mesg) print $mesg.'
';