diff options
author | ivan <ivan> | 2006-10-14 10:09:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-14 10:09:24 +0000 |
commit | 7c3eee76d4b237966df41bc47281e7458ee212e0 (patch) | |
tree | 9f2a12db6d3cab82d3e7080b6e92d219f20a32af /httemplate/search/report_receivables.cgi | |
parent | 792be9bdf5b5f71feb3369c0930b05cceb07e46e (diff) |
that should fix statuses on receivables report
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 4 |
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, |