summaryrefslogtreecommitdiff
path: root/FS
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:05:28 -0500
commit5cbb1285d26ffe2f7fbf8aed14b5b3d7c037fe83 (patch)
treea5f7d627fa7389775c422e4945167785b9163990 /FS
parente0e76b55a2f83c19e4114eefe4dabcab092808b4 (diff)
RT#32892: Monthly Sales Tax Report [fixed names and colors]
Diffstat (limited to 'FS')
-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 4b22b60b8..eeb99bac5 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;