From: Ivan Kohler Date: Fri, 21 Dec 2012 04:51:56 +0000 (-0800) Subject: no need to warn, a combined lineitem report is a normal function now, RT#18676 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b09b72348a3774b2151773a040252ca4ff2b4c35;p=freeside.git no need to warn, a combined lineitem report is a normal function now, RT#18676 --- diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 712adb76b..6ed6ca1f2 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -635,15 +635,8 @@ if ( $cgi->param('nottax') ) { } } -} else { +} # nottax / istax - #die? - warn "neiether nottax nor istax parameters specified"; - #same as before? - $join_pkg = ' LEFT JOIN cust_pkg USING ( pkgnum ) - LEFT JOIN part_pkg USING ( pkgpart ) '; - -} #total payments my $pay_sub = "SELECT SUM(cust_bill_pay_pkg.amount) AS pay_amount,