This commit is contained in:
Alexandre SPANGARO 2021-02-22 06:22:47 +01:00
parent 70dddd9bdf
commit d04b04c10f

View File

@ -536,7 +536,7 @@ if ($resql)
}
if (!empty($arrayfields['f.total_ht']['checked']))
{
print '<td class="nowrap right">'.price($objp->total).'</td>'."\n";
print '<td class="nowrap right">'.price($objp->total_ht).'</td>'."\n";
if (!$i) $totalarray['nbfield']++;
if (!$i) $totalarray['pos'][$totalarray['nbfield']] = 'f.total_ht';
$totalarray['val']['f.total_ht'] += $objp->total_ht;