Fix: Bad column totalizing if MAIN_SHOW_HT_ON_SUMMARY activated

This commit is contained in:
Juanjo Menent 2016-06-22 18:59:51 +02:00
parent 386b19d4b1
commit 0d62bd704e

View File

@ -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++;