Merge pull request #12521 from atm-gauthier/develop_new_nodelai_on_askpricesupplier
FIX : delay picto is currently useless because always displaied. If o…
This commit is contained in:
commit
a79d1260d7
@ -642,7 +642,7 @@ if ($resql)
|
||||
print '</td>';
|
||||
// Warning
|
||||
$warnornote = '';
|
||||
if ($obj->fk_statut == 1 && $db->jdate($obj->date_valid) < ($now - $conf->supplier_proposal->warning_delay)) $warnornote .= img_warning($langs->trans("Late"));
|
||||
//if ($obj->fk_statut == 1 && $db->jdate($obj->date_valid) < ($now - $conf->supplier_proposal->warning_delay)) $warnornote .= img_warning($langs->trans("Late"));
|
||||
if (!empty($obj->note_private))
|
||||
{
|
||||
$warnornote .= ($warnornote ? ' ' : '');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user