X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_Common.pm;h=8199ba183438b2e0ab8ba664e323c8c133f38490;hb=3a8fa4f27ef08792e3d653cee167979a411f89d1;hp=e4591720d98cea07202358eab7c625aef7443e7a;hpb=a21bd79010b9a3a5e1f9e19dca673dcb38f35334;p=freeside.git diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index e4591720d..8199ba183 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -1384,7 +1384,7 @@ sub search { #custnum if ( $params->{'custnum'} =~ /^(\d+)$/ && $1 ) { - push @where, "custnum = $1"; + push @where, "cust_pkg.custnum = $1"; } #customer status