From 94ab54acc7f6941d9ed02f2ad5d7b63f1d2f6b60 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sun, 20 Sep 2015 10:09:53 -1000 Subject: [PATCH] fix total sales column, #37088 --- FS/FS/Report/Tax.pm | 1 + 1 file changed, 1 insertion(+) 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} -- 2.11.0