Fix message
This commit is contained in:
parent
49e4a070dc
commit
4b69e5fc8e
@ -716,7 +716,11 @@ if (($action == "create") || ($action == "edit")) {
|
||||
if (!empty($object->datelastresult)) {
|
||||
print $form->textwithpicto(dol_print_date($object->datelastresult, 'dayhoursec'), $langs->trans("CurrentTimeZone"));
|
||||
} else {
|
||||
print $langs->trans('CronNone');
|
||||
if (empty($object->datelastrun)) {
|
||||
print $langs->trans('CronNone');
|
||||
} else {
|
||||
// In progress
|
||||
}
|
||||
}
|
||||
print "</td></tr>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user