X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pkg.html;fp=httemplate%2Fsearch%2Freport_cust_pkg.html;h=6cf297c91e2f4694a650eabd752c14644536c66b;hp=e47bbb1e5399dc56af221d76e9cbcef9fb4f213a;hb=23f2db6452f097640447b9b35dd106f408dbc20b;hpb=5fa459e35a04b69cbdc6b5b938eabcbc1bac6c74 diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index e47bbb1e5..6cf297c91 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -18,8 +18,27 @@ 'disable_empty' => 0, ) %> + + <& /elements/tr-select-sales.html, + 'label' => 'Customer sales person', + 'element_name' => 'cust_main_salesnum', + 'id' => 'cust_main_salesnum', + 'curr_value' => scalar($cgi->param('cust_main_salesnum')), + 'pre_options' => [ '' => 'all', + 0 => '(none)', ], + 'disable_empty' => 1, + &> + % } + <& /elements/tr-select-sales.html, + 'label' => 'Package sales person', + 'curr_value' => scalar($cgi->param('salesnum')), + 'pre_options' => [ '' => 'all', + 0 => '(none)', ], + 'disable_empty' => 1, + &> + <% include( '/elements/tr-select-cust_pkg-status.html', 'onchange' => 'status_changed(this);', )