diff --git a/htdocs/core/boxes/box_scheduled_jobs.php b/htdocs/core/boxes/box_scheduled_jobs.php index 594ef9261e6..6bcb71d5311 100644 --- a/htdocs/core/boxes/box_scheduled_jobs.php +++ b/htdocs/core/boxes/box_scheduled_jobs.php @@ -101,6 +101,8 @@ class box_scheduled_jobs extends ModeleBoxes $cronstatic->ref = $objp->rowid; $cronstatic->label = $langs->trans($objp->label); $cronstatic->status = $objp->status; + $cronstatic->processing = $objp->processing; + $cronstatic->lastresult = $objp->lastresult ?? ''; $cronstatic->datenextrun = $this->db->jdate($objp->datenextrun); $cronstatic->datelastrun = $this->db->jdate($objp->datelastrun); }