diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-12-20 01:51:32 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-20 01:51:32 -0800 |
| commit | ddc6218aa921664c4a3baa7e0daa81b6fbeaa658 (patch) | |
| tree | 3b505c7ca6466bbce7ca0d4577be412bb43e19dd /httemplate | |
| parent | 464ac8197ad03bc735092060ba20a3c3ef9c8d61 (diff) | |
add "with email address(es)" and "without postal mail invoices" to adv. customer search, RT#20708
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_main.html | 3 | ||||
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index f75b45197..645c81e69 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -42,7 +42,8 @@ my %search_hash = (); #scalars my @scalars = qw ( agentnum status address paydate_year paydate_month invoice_terms - no_censustract with_geocode custbatch usernum + no_censustract with_geocode with_email no_POST + custbatch usernum cancelled_pkgs cust_fields flattened_pkgs ); diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 4fb8fecfb..5cf85ad64 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -164,6 +164,16 @@ % } <TR> + <TD ALIGN="right" VALIGN="center"><% mt('With email address(es)') |h %></TD> + <TD><INPUT TYPE="checkbox" NAME="with_email"></TD> + </TR> + + <TR> + <TD ALIGN="right" VALIGN="center"><% mt('Without postal mail invoices') |h %></TD> + <TD><INPUT TYPE="checkbox" NAME="no_POST"></TD> + </TR> + + <TR> <TH CLASS="background" COLSPAN=2> </TH> </TR> |
