Merge pull request #17718 from frederic34/patch-7

fix status/percent
This commit is contained in:
Laurent Destailleur 2021-05-26 00:30:33 +02:00 committed by GitHub
commit 3e049479c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1006,7 +1006,7 @@ if ($resql) {
} }
if (!empty($arrayfields['a.percent']['checked'])) { if (!empty($arrayfields['a.percent']['checked'])) {
// Status/Percent // Status/Percent
$datep = $db->jdate($obj->datep); $datep = $db->jdate($obj->dp);
print '<td align="center" class="nowrap">'.$actionstatic->LibStatut($obj->percent, 5, 0, $datep).'</td>'; print '<td align="center" class="nowrap">'.$actionstatic->LibStatut($obj->percent, 5, 0, $datep).'</td>';
} }
// Action column // Action column