X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pkg.html;h=f9aabfc7a95abf6eb6444a057ab478115bf6e4ac;hb=0b86d4cbe544bafe19f1707762667eabe5065714;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..f9aabfc7a 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -4,20 +4,40 @@ +% unless ( $custnum ) { + -% 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', @@ -29,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')), @@ -40,6 +71,7 @@ &> <% include( '/elements/tr-select-cust_pkg-status.html', + 'label' => 'Package status', 'onchange' => 'status_changed(this);', ) %>
+ Package search options +