diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php index fda36284add..bf0747a2582 100644 --- a/htdocs/comm/action/peruser.php +++ b/htdocs/comm/action/peruser.php @@ -628,7 +628,6 @@ if ($mode == 'show_day') { if ($type) { $sql .= " AND ca.id = ".((int) $type); } -var_dump($status); if ($status == '0') { $sql .= " AND a.percent = 0"; } @@ -659,7 +658,6 @@ if ($filtert > 0 || $usergroup > 0) { } // Sort on date $sql .= ' ORDER BY fk_user_action, datep'; //fk_user_action -print $sql; dol_syslog("comm/action/peruser.php", LOG_DEBUG); $resql = $db->query($sql);