Merge pull request #7158 from articoder-infosec/patch-1

Reason: similar change is present elsewhere in the code.
This commit is contained in:
Laurent Destailleur 2017-07-18 14:33:41 +02:00 committed by GitHub
commit c10852bea3

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;
$total += $obj->total_ht;
$totalam += $obj->am;
$i++;