FIX : identification new td

This commit is contained in:
Gauthier PC portable 024
2022-04-07 10:43:31 +02:00
parent dfaf985634
commit 75b74a5fd3
2 changed files with 2 additions and 2 deletions

View File

@@ -4948,7 +4948,7 @@ abstract class CommonObject
print '<td class="left">'.$langs->trans('Unit').'</td>';
}
print '<td class="right">'.$langs->trans('ReductionShort').'</td>';
print '<td class="right">'.$langs->trans('TotalHT').'</td>';
print '<td class="linecolht right">'.$langs->trans('TotalHT').'</td>';
print '<td class="center">'.$form->showCheckAddButtons('checkforselect', 1).'</td>';
print '</tr>';
$i = 0;