Skip to content

Commit

Permalink
Reason: similar change is present elsewhere in the code
Browse files Browse the repository at this point in the history
Notes: please review carefully before accepting. patch propagation. manual test run. 
Reviewed By: https://github.com/dchichkov 
Cherry picked from:
===
From 0d62bd7 Mon Sep 17 00:00:00 2001
From: Juanjo Menent <jmenent@2byte.es>
Date: Wed, 22 Jun 2016 18:59:51 +0200
Subject: [PATCH] Fix: Bad column totalizing if MAIN_SHOW_HT_ON_SUMMARY activated
  • Loading branch information
articoder-infosec authored and eldy committed Jul 18, 2017
1 parent cfbd47b commit 0179160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/index.php
Expand Up @@ -378,7 +378,7 @@
print '</tr>';

$total_ttc += $obj->total_ttc;
$total += $obj->total;
$total += $obj->total_hc;
$totalam += $obj->am;

$i++;
Expand Down

0 comments on commit 0179160

Please sign in to comment.