summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-10 23:13:09 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-10 23:13:09 -0700
commit47c250d15d752e6210b9c044a4a64e2e8992c64e (patch)
treec7f19dabfa3c694d0847f19d33e6977f40cf00dd /httemplate/search/report_cust_pkg.html
parent54db570dc261f7cde343fa78ef92855f6d576570 (diff)
add customer status to advanced package report, RT#24631
Diffstat (limited to 'httemplate/search/report_cust_pkg.html')
-rwxr-xr-xhttemplate/search/report_cust_pkg.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index 0a17344b8..b8c32c631 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -13,12 +13,17 @@
</TR>
% unless ( $custnum ) {
- <% include( '/elements/tr-select-agent.html',
+
+ <& /elements/tr-select-agent.html,
'curr_value' => scalar( $cgi->param('agentnum') ),
'disable_empty' => 0,
'onchange' => 'agent_changed(this)',
- )
- %>
+ &>
+
+ <& /elements/tr-select-cust_main-status.html,
+ 'label' => 'Customer status',
+ 'field' => 'cust_status',
+ &>
<SCRIPT TYPE="text/javascript">
@@ -55,6 +60,7 @@
&>
<% include( '/elements/tr-select-cust_pkg-status.html',
+ 'label' => 'Package status',
'onchange' => 'status_changed(this);',
)
%>