[freeside-commits] freeside/httemplate/search part_pkg.html, 1.5.2.1, 1.5.2.2

Ivan,,, ivan at wavetail.420.am
Fri Feb 17 20:32:57 PST 2012


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

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.1
retrieving revision 1.5.2.2
diff -u -w -d -r1.5.2.1 -r1.5.2.2
--- part_pkg.html	18 Feb 2012 04:32:29 -0000	1.5.2.1
+++ part_pkg.html	18 Feb 2012 04:32:55 -0000	1.5.2.2
@@ -215,6 +215,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