summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-09-20 10:09:53 -1000
committerMark Wells <mark@freeside.biz>2015-09-20 10:09:53 -1000
commit94ab54acc7f6941d9ed02f2ad5d7b63f1d2f6b60 (patch)
treef646179a6b1060b5a0505c62d4b8fcabec24d6f9 /FS
parentb8db5448d5c473ddf888cb9da7fc8dd5de703756 (diff)
fix total sales column, #37088
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Report/Tax.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Report/Tax.pm b/FS/FS/Report/Tax.pm
index f114c1c6b..2480a45b9 100644
--- a/FS/FS/Report/Tax.pm
+++ b/FS/FS/Report/Tax.pm
@@ -557,6 +557,7 @@ sub table {
# and calculate row totals
$this_row{sales} = sprintf('%.2f',
$this_row{taxable} +
+ $this_row{sales_credited} +
$this_row{exempt_cust} +
$this_row{exempt_pkg} +
$this_row{exempt_monthly}