From 9e3de39245a81369342bdc076835c2da8545c4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 25 May 2021 23:00:21 +0200 Subject: [PATCH] fix status/percent in sql it is a.datep as dp, not datep --- htdocs/comm/action/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index e3cc54f5a35..e5dba5d88db 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -1006,7 +1006,7 @@ if ($resql) { } if (!empty($arrayfields['a.percent']['checked'])) { // Status/Percent - $datep = $db->jdate($obj->datep); + $datep = $db->jdate($obj->dp); print ''.$actionstatic->LibStatut($obj->percent, 5, 0, $datep).''; } // Action column