that should fix statuses on receivables report
authorivan <ivan>
Sat, 14 Oct 2006 10:09:24 +0000 (10:09 +0000)
committerivan <ivan>
Sat, 14 Oct 2006 10:09:24 +0000 (10:09 +0000)
httemplate/search/report_receivables.cgi

index 4074f26..46b3ca8 100755 (executable)
@@ -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,