From: Ivan Kohler Date: Sun, 18 Jan 2015 22:40:00 +0000 (-0800) Subject: fully-qualify X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f82ca6d06518839408050aed4812fea1ba864ad3;p=freeside.git fully-qualify --- diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 9c2592213..fbb9df7c2 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -1394,7 +1394,7 @@ sub search { #custnum if ( $params->{'custnum'} =~ /^(\d+)$/ && $1 ) { - push @where, "custnum = $1"; + push @where, "cust_pkg.custnum = $1"; } #customer status