From 864ca3090ac73073cb22bac08265d905f0f8dd10 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 May 2012 00:08:55 +0200 Subject: [PATCH] Fix: [ bug #405 ] Late icon always displayed on comm/propal.php --- htdocs/comm/propal/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index 003c1c8419d..e287ebc0863 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -312,7 +312,7 @@ if ($result) print ''; print ''; - if ($objp->fk_statut == 1 && $objp->dfv < ($now - $conf->propal->cloture->warning_delay)) print img_warning($langs->trans("Late")); + if ($objp->fk_statut == 1 && $db->jdate($objp->dfv) < ($now - $conf->propal->cloture->warning_delay)) print img_warning($langs->trans("Late")); print ''; print '';