diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-09-06 22:15:08 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-06 22:15:08 -0700 |
commit | 7c1409560cf16d68b3ba132d3e2698a83153b484 (patch) | |
tree | cc1f2de1e203cdd76910d9eca79dd1639ea09b30 | |
parent | 9f0b89668b7f1e8962a3bbdbc44fa3abd2f1c161 (diff) |
doc
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 744286a68..7ed320f72 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -294,6 +294,10 @@ if ( $cgi->param('salesnum') =~ /^(\d+)$/ ) { push @where, "$cmp_salesnum = $salesnum"; + #because currently we're called from sales_pkg_class.html for a specific + # class (or empty class) but not for all classes + #will have to do something to distinguish if someone wants the sales report + # (report_cust_bill_pkg.html) to have a sales person dropdown $cgi->param('classnum', 0) unless $cgi->param('classnum'); } |