[freeside-commits] freeside/httemplate/search
report_receivables.cgi, 1.32, 1.33
Ivan,,,
ivan at wavetail.420.am
Sat Oct 14 03:09:26 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv15153
Modified Files:
report_receivables.cgi
Log Message:
that should fix statuses on receivables report
Index: report_receivables.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_receivables.cgi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- report_receivables.cgi 23 Aug 2006 22:25:38 -0000 1.32
+++ report_receivables.cgi 14 Oct 2006 10:09:24 -0000 1.33
@@ -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,
More information about the freeside-commits
mailing list