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;

View File

@ -41,7 +41,7 @@ if (!empty($conf->global->PRODUCT_USE_UNITS)) {
}
print '<td class="right">'.$this->tpl['remise_percent'].'</td>';
print '<td class="right">'.$this->tpl['total_ht'].'</td>';
print '<td class="linecolht right">'.$this->tpl['total_ht'].'</td>';
$selected = 1;
if (!empty($selectedLines) && !in_array($this->tpl['id'], $selectedLines)) {