All phone number now show the clicktodial link if module is enabled
This commit is contained in:
parent
51b4ef1c68
commit
6d43b166c8
@ -404,7 +404,7 @@ function show_actions_todo($conf,$langs,$db,$objsoc,$objcon='')
|
|||||||
|
|
||||||
// Picto warning
|
// Picto warning
|
||||||
print '<td width="16">';
|
print '<td width="16">';
|
||||||
if (date("U",$obj->dp) < time()) print ' '.img_warning("Late");
|
if ($obj->dp && date("U",$obj->dp) < time()) print ' '.img_warning("Late");
|
||||||
else print ' ';
|
else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user