summaryrefslogtreecommitdiff
path: root/FS/FS/Report
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-02 21:05:28 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-09-02 21:40:13 -0500
commit734d5bedca76afe77345460c2b972d89fdd291c9 (patch)
tree6b3bbaa043f629f6a500c9e6b2207e2646ab7c26 /FS/FS/Report
parent879891340e6cb028d6a4ab192d73bab1e1292785 (diff)
RT#32892: Monthly Sales Tax Report [fixed names and colors]
Diffstat (limited to 'FS/FS/Report')
-rw-r--r--FS/FS/Report/Table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Report/Table.pm b/FS/FS/Report/Table.pm
index 4b22b60..eeb99ba 100644
--- a/FS/FS/Report/Table.pm
+++ b/FS/FS/Report/Table.pm
@@ -753,7 +753,7 @@ sub cust_bill_pkg_taxes {
$self->scalar_sql($total_sql);
}
-#all credits applied to matching pkg line items (ie not taxes or fees)
+#all credits applied to matching pkg line items (ie not taxes)
sub cust_bill_pkg_credits {
my $self = shift;