summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-10-14 10:09:24 +0000
committerivan <ivan>2006-10-14 10:09:24 +0000
commit7c3eee76d4b237966df41bc47281e7458ee212e0 (patch)
tree9f2a12db6d3cab82d3e7080b6e92d219f20a32af /httemplate/search/report_receivables.cgi
parent792be9bdf5b5f71feb3369c0930b05cceb07e46e (diff)
that should fix statuses on receivables report
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-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 4074f26..46b3ca8 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,