aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/about/reports/template_lib.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/en/about/reports/template_lib.php b/en/about/reports/template_lib.php
index 72bf48bd6..1d6911548 100644
--- a/en/about/reports/template_lib.php
+++ b/en/about/reports/template_lib.php
@@ -86,7 +86,14 @@ function get_revenues($v)
$html .= '<tbody>';
- $sums = array();
+ $sums = array(
+ 'count' => 0,
+ 'total' => 0,
+ 'check' => 0,
+ 'xfer' => 0,
+ 'paypal' => 0,
+ 'cash' => 0
+ );
foreach ($v as $line) {
$html .= sprintf('<tr><td>%s</td><td>%s</td>