[freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.35, 1.36 report_prepaid_income.cgi, 1.14, 1.15 cust_credit_bill_pkg.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Mon Jun 28 22:22:57 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv29252/search
Modified Files:
cust_bill_pkg.cgi report_prepaid_income.cgi
cust_credit_bill_pkg.html
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.35
retrieving revision 1.36
diff -u -w -d -r1.35 -r1.36
--- cust_bill_pkg.cgi 13 May 2010 03:06:42 -0000 1.35
+++ cust_bill_pkg.cgi 29 Jun 2010 05:22:55 -0000 1.36
@@ -139,9 +139,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.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- report_prepaid_income.cgi 9 Apr 2010 08:18:24 -0000 1.14
+++ report_prepaid_income.cgi 29 Jun 2010 05:22:55 -0000 1.15
@@ -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) {
Index: cust_credit_bill_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_credit_bill_pkg.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- cust_credit_bill_pkg.html 12 Dec 2009 23:53:24 -0000 1.2
+++ cust_credit_bill_pkg.html 29 Jun 2010 05:22:55 -0000 1.3
@@ -92,9 +92,6 @@
push @where, "cust_bill._date >= $beginning",
"cust_bill._date <= $ending";
-push @where , " payby != 'COMP' "
- unless $cgi->param('include_comp_cust');
-
if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
push @where, "cust_main.agentnum = $1";
}
More information about the freeside-commits
mailing list