From 8ab488a8d8ed32750816d0c504541b31bd38a683 Mon Sep 17 00:00:00 2001 From: evarisk-micka Date: Wed, 7 Feb 2024 10:16:44 +0100 Subject: [PATCH] FIX keep old fk_statut field in case it is used by hook or trigger --- htdocs/projet/activity/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php index 3927ccfc0d81e..f381df7cf1aa1 100644 --- a/htdocs/projet/activity/index.php +++ b/htdocs/projet/activity/index.php @@ -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);