fix error on advanced broadband report when selecting a router, RT#14626
[freeside.git] / FS / FS / svc_acct.pm
index c3e7209..ede7f23 100644 (file)
@@ -2908,7 +2908,7 @@ sub search {
 
   #agentnum
   if ( $params->{'agentnum'} =~ /^(\d+)$/ and $1 ) {
-    push @where, "agentnum = $1";
+    push @where, "cust_main.agentnum = $1";
   }
 
   #custnum