[freeside-commits] freeside/httemplate/search part_pkg.html, 1.5.2.3, 1.5.2.4

Ivan,,, ivan at wavetail.420.am
Fri Feb 17 21:11:02 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv20732

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	part_pkg.html 
Log Message:
fix per-user commission reports to filter packages they didn't order, RT#15634

Index: part_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/part_pkg.html,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -w -d -r1.5.2.3 -r1.5.2.4
--- part_pkg.html	18 Feb 2012 05:10:44 -0000	1.5.2.3
+++ part_pkg.html	18 Feb 2012 05:11:00 -0000	1.5.2.4
@@ -219,6 +219,6 @@
 #my $count_query = "SELECT COUNT(*) FROM ( SELECT 1 FROM part_pkg $addl_from $extra_sql ) AS num";
 #mysql?
 my $count_query = "SELECT COUNT(*) FROM ( SELECT DISTINCT part_pkg.pkgpart FROM part_pkg $addl_from $extra_sql ) AS num";
-warn $count_query;
+#warn $count_query;
 
 </%init>



More information about the freeside-commits mailing list