fix status/percent

in sql it is a.datep as dp, not datep
This commit is contained in:
Frédéric FRANCE 2021-05-25 23:00:21 +02:00 committed by GitHub
parent c75da78a22
commit 9e3de39245
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'])) {
// 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>';
}
// Action column