From bd4c1ccc41319a37ef9e70cec61c80a5efbbd4e8 Mon Sep 17 00:00:00 2001 From: hermans Date: Thu, 14 Aug 2025 13:01:30 +0700 Subject: [PATCH] bug fix for: https://github.com/Dolibarr/dolibarr/issues/34939 --- htdocs/fourn/commande/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php index 17e43f5f1c5..34300056957 100644 --- a/htdocs/fourn/commande/list.php +++ b/htdocs/fourn/commande/list.php @@ -1773,6 +1773,7 @@ if ($resql) { $objectstatic->note_public = $obj->note_public; $objectstatic->note_private = $obj->note_private; $objectstatic->statut = $obj->fk_statut; + $objectstatic->status = $obj->fk_statut; if ($mode == 'kanban') { if ($i == 0) {