summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 50bc67b3d..758c26923 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -29,9 +29,16 @@
</TR>
% }
+
+ <% include( '/elements/tr-select-payby.html',
+ 'payby_type' => 'cust',
+ 'multiple' => 1,
+ 'curr_value' => { map { $_ => 1 } FS::payby->cust_payby },
+ )
+ %>
<% include( '/elements/tr-input-lessthan_greaterthan.html',
- label => 'Current Balance',
+ label => 'Current balance',
field => 'current_balance',
)
%>
@@ -69,7 +76,7 @@ die "access denied"
<%once>
my %label = (
- 'signupdate' => 'Signup Date',
+ 'signupdate' => 'Signup date',
);
</%once>