[freeside-commits] branch FREESIDE_2_3_BRANCH updated. b09b72348a3774b2151773a040252ca4ff2b4c35
Ivan
ivan at 420.am
Thu Dec 20 20:52:00 PST 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via b09b72348a3774b2151773a040252ca4ff2b4c35 (commit)
from d14751b1bf9660a35361d25ed3bb6fc42187fcf4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b09b72348a3774b2151773a040252ca4ff2b4c35
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Dec 20 20:51:56 2012 -0800
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 712adb7..6ed6ca1 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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/cust_bill_pkg.cgi | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
More information about the freeside-commits
mailing list