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/?a=commitdiff_plain;h=1f0d6d4ce0c0dd6fffb87d5ead4a6843e671c792;hp=f7ae793c0a72474666cac1aa4b6f4ef6291712d5;p=freeside.git 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}