correct fallout from agent virtualizing packages
authorjeff <jeff>
Mon, 25 Aug 2008 05:18:16 +0000 (05:18 +0000)
committerjeff <jeff>
Mon, 25 Aug 2008 05:18:16 +0000 (05:18 +0000)
httemplate/search/cust_tax_exempt_pkg.cgi

index 604502d..3a5155a 100644 (file)
@@ -113,7 +113,7 @@ if ( $beginning || $ending ) {
 }
 
 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
-  push @where, "agentnum = $1";
+  push @where, "cust_main.agentnum = $1";
 }
 
 if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {