add columns needed in the main sql

This commit is contained in:
Lamrani Abdel 2023-01-19 17:43:20 +01:00
parent 2dddebea8f
commit c6fd20deef

View File

@ -620,7 +620,6 @@ while ($i < $imaxinloop) {
// get info needed
$object->date_start = $obj->date_start;
$object->date_end = $obj->date_end;
$object->fk_job = $obj->job_label;
$userstatic->id = $obj->fk_user;