From ec11be2480c99ee556c02568abbfe3661c86381f Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 6 Jan 2022 10:31:50 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/comm/action/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }