Skip to content

Commit

Permalink
FIX keep old fk_statut field in case it is used by hook or trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Feb 7, 2024
1 parent 40bb364 commit 8ab488a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/projet/activity/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@

$taskstatic->projectstatus = $obj->projectstatus;
$taskstatic->progress = $obj->progress;
$taskstatic->fk_statut = $obj->status;
$taskstatic->status = $obj->status;
$taskstatic->date_start = $db->jdate($obj->date_start);
$taskstatic->date_end = $db->jdate($obj->date_end);
Expand Down

0 comments on commit 8ab488a

Please sign in to comment.