X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pkg.html;h=b8c32c63142b33f7b6526fafee5bfbd5f689b1ae;hb=47c250d15d752e6210b9c044a4a64e2e8992c64e;hp=6cf297c91e2f4694a650eabd752c14644536c66b;hpb=23f2db6452f097640447b9b35dd106f408dbc20b;p=freeside.git diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index 6cf297c91..b8c32c631 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -13,11 +13,31 @@ % 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', + &> + + <& /elements/tr-select-sales.html, 'label' => 'Customer sales person', @@ -40,6 +60,7 @@ &> <% include( '/elements/tr-select-cust_pkg-status.html', + 'label' => 'Package status', 'onchange' => 'status_changed(this);', ) %>