From: ivan Date: Sat, 14 Oct 2006 10:09:24 +0000 (+0000) Subject: that should fix statuses on receivables report X-Git-Tag: freeside_1_7_2~1^2~292 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7c3eee76d4b237966df41bc47281e7458ee212e0;p=freeside.git that should fix statuses on receivables report --- 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 = <