diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index 6891b696be4..91c77895540 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -740,7 +740,7 @@ if ($resql) print ''; print dol_print_date($db->jdate($obj->dp), $formatToUse, 'tzuser'); $late = 0; - if($actioncomm->hasDelay() && $actioncomm->percentage >= 0 && $actioncomm->percentage < 100 ) $late = 1; + if ($actioncomm->hasDelay() && $actioncomm->percentage >= 0 && $actioncomm->percentage < 100 ) $late = 1; if ($late) print img_warning($langs->trans("Late")).' '; print ''; }