[freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.28.2.4, 1.28.2.5 report_prepaid_income.cgi, 1.12.2.2, 1.12.2.3
Ivan,,,
ivan at wavetail.420.am
Mon Jun 28 22:23:18 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv29310/search
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cust_bill_pkg.cgi report_prepaid_income.cgi
Log Message:
eliminate filtering of info from COMP customers on financial reports, RT#8787
Index: cust_bill_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_pkg.cgi,v
retrieving revision 1.28.2.4
retrieving revision 1.28.2.5
diff -u -w -d -r1.28.2.4 -r1.28.2.5
--- cust_bill_pkg.cgi 13 May 2010 03:06:42 -0000 1.28.2.4
+++ cust_bill_pkg.cgi 29 Jun 2010 05:23:16 -0000 1.28.2.5
@@ -137,9 +137,6 @@
push @where, "_date >= $beginning",
"_date <= $ending";
-push @where , " payby != 'COMP' "
- unless $cgi->param('include_comp_cust');
-
if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
push @where, "cust_main.agentnum = $1";
}
Index: report_prepaid_income.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_prepaid_income.cgi,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -w -d -r1.12.2.2 -r1.12.2.3
--- report_prepaid_income.cgi 9 Apr 2010 08:18:36 -0000 1.12.2.2
+++ report_prepaid_income.cgi 29 Jun 2010 05:23:16 -0000 1.12.2.3
@@ -108,10 +108,6 @@
#here is the agent virtualization
push @where, $curuser->agentnums_sql( 'table'=>'cust_main' );
-#well, because cust_bill_pkg.cgi has it and without it the numbers don't match..
-push @where , " payby != 'COMP' "
- unless $cgi->param('include_comp_cust');
-
my %total = ();
my %total_legacy = ();
foreach my $agentnum (@agentnums) {
More information about the freeside-commits
mailing list