Fix: Bad column totalizing if MAIN_SHOW_HT_ON_SUMMARY activated
This commit is contained in:
parent
386b19d4b1
commit
0d62bd704e
@ -824,7 +824,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
|
||||
print '</tr>';
|
||||
|
||||
$total_ttc += $obj->total_ttc;
|
||||
$total += $obj->total;
|
||||
$total += $obj->total_ht;
|
||||
$totalam += $obj->am;
|
||||
$var=!$var;
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user