Update index.php

This commit is contained in:
Laurent Destailleur 2017-07-18 14:33:32 +02:00
parent 0179160f6c
commit 5e1dbdc608

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