From 0b86d4cbe544bafe19f1707762667eabe5065714 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 10 Oct 2013 23:27:40 -0700 Subject: [PATCH] add customer status to advanced package report, RT#24631 --- httemplate/search/report_cust_pkg.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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')), -- 2.11.0
+ Package search options +