summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-08-26 15:00:59 -0700
committerIvan Kohler <ivan@freeside.biz>2017-08-26 15:00:59 -0700
commitce7d68e984aab0075f87cf3fa5a55ee4083fadd2 (patch)
tree65f663671428cf496c18b6ce8c9e6cb6f4da90d9 /httemplate/search/report_cust_main.html
parent13bcd704deec03008853c18a0258e031b62e2ec6 (diff)
referral status search, RT#75757
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 2a313a13b..14e784454 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -107,13 +107,24 @@
</TD>
</TR>
+ </TABLE>
+ <BR>
+
+ <FONT CLASS="fsinnerbox-title"><% emt('Referral search options') %></FONT>
+ <TABLE CLASS="fsinnerbox">
+
<& /elements/tr-input-text.html,
- label => emt('At least this many referrals'),
+ label => emt('At least this many'),
field => 'with_referrals',
size => 4,
maxlength => 4,
&>
+ <& /elements/tr-select-cust_main-status.html,
+ label => emt('Referral status'),
+ field => 'referral_status',
+ &>
+
</TABLE>
<BR>