summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-20 20:51:56 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-20 20:51:56 -0800
commitb09b72348a3774b2151773a040252ca4ff2b4c35 (patch)
treea6b915f18279290c99307e81389eda94dd951b8f
parentd14751b1bf9660a35361d25ed3bb6fc42187fcf4 (diff)
no need to warn, a combined lineitem report is a normal function now, RT#18676
-rw-r--r--httemplate/search/cust_bill_pkg.cgi9
1 files changed, 1 insertions, 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,