X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pkg.html;h=4e17d1f51a71108bc6c3c3e564e5839a8e926fe9;hp=e75a0985be612d4b5dafe419da2bcdecd88daf46;hb=95cffb2e514c6117fc3eb111581d387b5d0b4e77;hpb=df1ebf662a9fc3f89503036e0dbf6833c1b95f9e diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index e75a0985b..4e17d1f51 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -6,9 +6,8 @@ % unless ( $custnum ) { - - - <& /elements/tr-title.html, value => mt('Customer search options') &> + <% emt('Customer search options') %> +
<& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), @@ -50,9 +49,8 @@ % } -
- - <& /elements/tr-title.html, value => mt('Package search options') &> +<% emt('Package search options') %> +
<& /elements/tr-select-sales.html, 'label' => 'Package sales person', @@ -67,10 +65,29 @@ 'onchange' => 'status_changed(this);', &> + <& /elements/tr-select-reason.html, + 'field' => 'reasonnum', + 'reason_class' => 'S', + 'label' => 'Suspended Reason', + 'label_id' => 'reasonnum_label', + 'hide_addnew' => '1', + 'hide_onload' => '1', + 'cgi' => $cgi, + 'control_button' => 'confirm_suspend_cust_button', + 'pre_options' => [ 0 => 'all' ], + &> + <& /elements/tr-select-pkg_class.html, @@ -129,18 +184,19 @@ % } - - + + +
- - + + + - - + + + % my $noinit = 0; % foreach my $field (@date_fields) { - + % foreach (qw(beginning ending)) { % $noinit = 1; % } + % } #foreach $field -
From date (m/d/y)To date (m/d/y)<% ' 'x 10 %>From date (m/d/y)To date (m/d/y)Empty date
<% $label{$field} %><% $label{$field} %> <& /elements/input-date-field.html, { @@ -152,11 +208,18 @@ + <& /elements/checkbox.html, + 'field' => $field.'_null', + 'value' => 'Y', + 'onchange' => $field.'_null_changed', + &> +
-