Update index.php

This commit is contained in:
Laurent Destailleur 2017-07-18 14:33:32 +02:00 committed by GitHub
parent 8ef5fcd90a
commit ba660a041c

View File

@ -378,7 +378,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
print '</tr>';
$total_ttc += $obj->total_ttc;
$total += $obj->total_hc;
$total += $obj->total_ht;
$totalam += $obj->am;
$i++;