Merge pull request #7158 from articoder-infosec/patch-1
Reason: similar change is present elsewhere in the code.
This commit is contained in:
commit
c10852bea3
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user