mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
This commit is contained in:
@@ -519,7 +519,11 @@ if ($num > 0)
|
||||
print '</td>';
|
||||
|
||||
print '<td class="center">';
|
||||
if(!empty($obj->datenextrun)) {print dol_print_date($db->jdate($obj->datenextrun),'dayhour');}
|
||||
if(!empty($obj->datenextrun)) {
|
||||
if (empty($obj->status)) print '<span class="opacitymedium">';
|
||||
print dol_print_date($db->jdate($obj->datenextrun),'dayhour');
|
||||
if (empty($obj->status)) print '</span>';
|
||||
}
|
||||
print '</td>';
|
||||
|
||||
// Status
|
||||
|
||||
Reference in New Issue
Block a user