Merge pull request #5385 from simnandez/3.9

FIX: Bad column totalizing if MAIN_SHOW_HT_ON_SUMMARY activated
This commit is contained in:
Laurent Destailleur 2016-06-23 10:01:34 +02:00 committed by GitHub
commit 7f0ed90652

View File

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