From: jeff Date: Fri, 29 Aug 2008 00:45:31 +0000 (+0000) Subject: noise reduction X-Git-Tag: root_of_webpay_support~403 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d7b220cb7443a6d55723e4b5b9d483504efe9250;p=freeside.git noise reduction --- diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 3eb3bc139..0591af487 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -929,6 +929,7 @@ sub _expand_cch_taxproductnum { ? ( split ':', $part_pkg_taxproduct->taxproduct ) : () ); + $a = '' unless $a; $b = '' unless $b; $c = '' unless $c; $d = '' unless $d; my $extra_sql = "AND ( taxproduct = '$a:$b:$c:$d' OR taxproduct = '$a:$b:$c:' OR taxproduct = '$a:$b:".":$d'