summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/search/report_receivables.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi
index 4074f2680..46b3ca85e 100755
--- a/httemplate/search/report_receivables.cgi
+++ b/httemplate/search/report_receivables.cgi
@@ -66,8 +66,8 @@
%
% my $active_sql = FS::cust_pkg->active_sql;
% my $inactive_sql = FS::cust_pkg->inactive_sql;
-% my $suspended_sql = FS::cust_pkg->inactive_sql;
-% my $cancelled_sql = FS::cust_pkg->inactive_sql;
+% my $suspended_sql = FS::cust_pkg->suspended_sql;
+% my $cancelled_sql = FS::cust_pkg->cancelled_sql;
%
% my $packages_cols = <<END;
% ( $select_count_pkgs ) AS num_pkgs_sql,