[freeside-commits] freeside/httemplate/search cust_tax_exempt_pkg.cgi, 1.5, 1.6

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Aug 24 22:18:19 PDT 2008


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

Modified Files:
	cust_tax_exempt_pkg.cgi 
Log Message:
correct fallout from agent virtualizing packages

Index: cust_tax_exempt_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_tax_exempt_pkg.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cust_tax_exempt_pkg.cgi	3 Feb 2007 11:36:30 -0000	1.5
+++ cust_tax_exempt_pkg.cgi	25 Aug 2008 05:18:16 -0000	1.6
@@ -113,7 +113,7 @@
 }
 
 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
-  push @where, "agentnum = $1";
+  push @where, "cust_main.agentnum = $1";
 }
 
 if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {



More information about the freeside-commits mailing list