Fixing style errors.

This commit is contained in:
stickler-ci 2021-11-24 17:09:11 +00:00
parent c33205d564
commit b212778da0

View File

@ -894,7 +894,7 @@ if ($resql) {
print '<tr class="liste_titre">';
foreach ($arrayfields as $key => $val) {
if (!empty($val['checked'])) {
if($key == 'duration') {
if ($key == 'duration') {
print '<td class="right">'.$totalduration.' '.$langs->trans('DurationDays').'</td>';
} else {
print '<td/>';