[freeside-commits] branch FREESIDE_3_BRANCH updated. f82ca6d06518839408050aed4812fea1ba864ad3
Ivan
ivan at 420.am
Sun Jan 18 14:40:01 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via f82ca6d06518839408050aed4812fea1ba864ad3 (commit)
from 90459fc5f9ea38ca9228bbe432792ca123ecd187 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f82ca6d06518839408050aed4812fea1ba864ad3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jan 18 14:40:00 2015 -0800
fully-qualify
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index 9c25922..fbb9df7 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_Common.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list