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