From: ivan Date: Mon, 24 Mar 2003 08:30:35 +0000 (+0000) Subject: another Pg7.3 fix X-Git-Tag: freeside_1_4_1beta8~10^2~10 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ad90599960b1c4f44a96985e9716c1bc5d04d596;p=freeside.git another Pg7.3 fix --- diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index b2ed723e2..e43f4f79b 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -30,7 +30,7 @@ if ( $query =~ /^UN_(.*)$/ ) { WHERE 0 < ( SELECT count(*) FROM cust_svc WHERE cust_svc.svcnum = svc_acct.svcnum - AND ( pkgnum IS NULL OR pkgnum = 0 OR pkgnum = $empty ) + AND ( pkgnum IS NULL OR pkgnum = 0 ) ) "; }