Fix: Date was lost
This commit is contained in:
parent
8e80c703fa
commit
dfc20e650b
@ -99,7 +99,7 @@ class box_actions extends ModeleBoxes {
|
|||||||
{
|
{
|
||||||
$late = '';
|
$late = '';
|
||||||
$objp = $db->fetch_object($result);
|
$objp = $db->fetch_object($result);
|
||||||
$datelimite=$db->jdate($obj->dp);
|
$datelimite=$db->jdate($objp->dp);
|
||||||
|
|
||||||
if ($datelimite < (time() - $conf->global->MAIN_DELAY_ACTIONS_TODO)) $late=img_warning($langs->trans("Late"));
|
if ($datelimite < (time() - $conf->global->MAIN_DELAY_ACTIONS_TODO)) $late=img_warning($langs->trans("Late"));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user