fix total sales column, #37088
authorMark Wells <mark@freeside.biz>
Sun, 20 Sep 2015 20:09:53 +0000 (10:09 -1000)
committerMark Wells <mark@freeside.biz>
Sun, 20 Sep 2015 20:09:53 +0000 (10:09 -1000)
FS/FS/Report/Tax.pm

index f114c1c..2480a45 100644 (file)
@@ -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}