mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: W3C
This commit is contained in:
parent
6e3dbf8cac
commit
d3aa15827a
|
|
@ -179,7 +179,7 @@ function show_array_actions_to_do($max=5)
|
|||
print '<td>'.$customerstatic->getNomUrl(1,'',16).'</td>';
|
||||
|
||||
// Date
|
||||
print '<td width="100" alig="right">'.dol_print_date($obj->dp,'day').' ';
|
||||
print '<td width="100" align="right">'.dol_print_date($obj->dp,'day').' ';
|
||||
$late=0;
|
||||
if ($obj->percent == 0 && $obj->dp && date("U",$obj->dp) < time()) $late=1;
|
||||
if ($obj->percent == 0 && ! $obj->dp && $obj->dp2 && date("U",$obj->dp) < time()) $late=1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user