From b09b72348a3774b2151773a040252ca4ff2b4c35 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 20 Dec 2012 20:51:56 -0800 Subject: [PATCH] no need to warn, a combined lineitem report is a normal function now, RT#18676 --- httemplate/search/cust_bill_pkg.cgi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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, -- 2.20.1