Skip to content
Snippets Groups Projects
Commit 99109da7 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: la variable n'tait remise 0

parent 70ce4b9f
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ class box_actions extends ModeleBoxes {
$i = 0;
while ($i < $num)
{
$late = '';
$objp = $db->fetch_object($result);
if (date("U",$objp->dp) < (time() - $conf->global->MAIN_DELAY_ACTIONS_TODO)) $late=img_warning($langs->trans("Late"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment