From: ivan Date: Mon, 24 Mar 2003 08:30:05 +0000 (+0000) Subject: another Pg7.3 fix X-Git-Tag: freeside_1_4_1beta8~18 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6e2622a89e250a6965a0d65c3c11ff443f563c55;p=freeside.git another Pg7.3 fix --- diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 549231d3f..728f2c25f 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -32,7 +32,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 ) ) "; }