From: Ivan Kohler Date: Sun, 18 Jan 2015 22:39:58 +0000 (-0800) Subject: fully-qualify X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b236325052e32facaad168cbf0f370eebd4fd1f9 fully-qualify --- 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