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=5e8c429ec34b5c37c37ac84e73733a5284789738;hp=556177c8a27db35e23762da8bddada722548b696;hb=6f58ae775b905cd462dd0faafee95973414a45d2;hpb=f1a8960924a076c978bb28d6a3ca241e62438950 diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index 556177c8a..5e8c429ec 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', @@ -233,7 +231,11 @@ <& /elements/tr-selectmultiple-part_pkg.html &> - <& /elements/tr-title.html, value => mt('Location search options') &> +
+
+ +<% emt('Location search options') %> + % my @location_options = qw(cust nocust census nocensus); % if ( $conf->config('tax_data_vendor') eq 'cch' ) { @@ -253,7 +255,11 @@ 'value' => { map { $_ => 0 } @location_options }, &> - <& /elements/tr-title.html, value => mt('Display options') &> +
+
+ +<% emt('Display options') %> + <& /elements/tr-select-cust-fields.html &>