From: Mark Wells Date: Sun, 20 Sep 2015 20:09:53 +0000 (-1000) Subject: fix total sales column, #37088 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=94ab54acc7f6941d9ed02f2ad5d7b63f1d2f6b60 fix total sales column, #37088 --- 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}