diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-08-26 15:01:09 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-08-26 15:01:09 -0700 |
| commit | 0e31e1eebf37df6227de78fda8cb7a1172018e0e (patch) | |
| tree | ae91a482efc182abfda3267adf0c08cb28157e11 /httemplate | |
| parent | bfb7b46876ec9b25c4ccdd862a7b5868efac9675 (diff) | |
referral status search, RT#75757
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_main.html | 2 | ||||
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 41309fdd1..c89787953 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -55,7 +55,7 @@ my @scalars = qw ( all_tags all_pkg_classnums any_pkg_status - with_referrals + with_referrals referral_status ); for my $param ( @scalars ) { 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> |
