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