diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-08-26 14:17:54 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-08-26 14:17:54 -0700 |
| commit | bfb7b46876ec9b25c4ccdd862a7b5868efac9675 (patch) | |
| tree | e1522ad934e6729ee09cba6b6e616e282785c838 /httemplate | |
| parent | dc4563f6529ffbc7eab505e430cff956d13c5602 (diff) | |
referral count search, RT#75757
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index c458bb4af..2a313a13b 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -107,6 +107,13 @@ </TD> </TR> + <& /elements/tr-input-text.html, + label => emt('At least this many referrals'), + field => 'with_referrals', + size => 4, + maxlength => 4, + &> + </TABLE> <BR> |
