Skip to content
Snippets Groups Projects
Commit 7f0ed906 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5385 from simnandez/3.9

FIX: Bad column totalizing if MAIN_SHOW_HT_ON_SUMMARY activated
parents f514400d 0d62bd70
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment