From: Ivan Kohler Date: Fri, 11 Oct 2013 06:27:41 +0000 (-0700) Subject: add customer status to advanced package report, RT#24631 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e528e7a30878430d357ac382c691b5d61580b0d1;p=freeside.git add customer status to advanced package report, RT#24631 --- diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index b8c32c631..f9aabfc7a 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -4,16 +4,16 @@ +% unless ( $custnum ) { + -% unless ( $custnum ) { - <& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), 'disable_empty' => 0, @@ -49,8 +49,19 @@ 'disable_empty' => 1, &> +
- Search options + Customer search options
+
+ % } + + + + + + <& /elements/tr-select-sales.html, 'label' => 'Package sales person', 'curr_value' => scalar($cgi->param('salesnum')),
+ Package search options +