Fix
This commit is contained in:
parent
70dddd9bdf
commit
d04b04c10f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user