From: Ivan Kohler Date: Wed, 3 Mar 2021 22:40:55 +0000 (-0800) Subject: 4.x-style X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=799674ff4628d92ecc9162b0d0bdcf516099ae7b 4.x-style --- diff --git a/httemplate/search/elements/report_svc_Common.html b/httemplate/search/elements/report_svc_Common.html index 434197078..d57e64feb 100644 --- a/httemplate/search/elements/report_svc_Common.html +++ b/httemplate/search/elements/report_svc_Common.html @@ -20,11 +20,8 @@ Example: - - - - - + <% emt('Search options') %> +
<% mt('Search options') |h %>
% unless ( $custnum ) { @@ -38,12 +35,15 @@ Example: field => 'cust_status', &> - <& /elements/tr-select-payby.html, - label => emt('Payment method:'), - payby_type => 'cust', - multiple => 1, - all_selected => 1, - &> +%# meaning-less in the post-4.x world, customers can have multiple payment +%# methods now + +%# <& /elements/tr-select-payby.html, +%# label => emt('Payment method:'), +%# payby_type => 'cust', +%# multiple => 1, +%# all_selected => 1, +%# &> <& /elements/tr-input-money.html, label => 'Balance over', @@ -72,13 +72,11 @@ Example: 'label' => 'Services', &> - - - - - - - +
 
<% mt('Display options') |h %>
+
+ + <% emt('Display options') %> + % #"package fields" ala advanced svc_acct search? % #move to /elements/tr-select-cust_pkg-fields and use it from there if so...