diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-12 21:48:48 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-12 21:48:48 -0500 |
commit | 99721eb3ca5b9200d2aaec4cab0cf120e382ed99 (patch) | |
tree | 1483cc8c6b1cc6f63e53d8787ee03ae64c858fa3 /httemplate/search/report_cust_main.html | |
parent | 350c6073bb6cf465b02ef373bf7bfde2a8a07500 (diff) |
Revert "RT#41394: Add advertising source to customer fields selection [new solution, for advanced customer report only]"
This reverts commit 3b50b841a272a5cd55497958d572dd73a3339e7b.
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 2e8f67bf1..ba7c99a45 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -278,11 +278,6 @@ <& /elements/tr-select-cust-fields.html &> <TR> - <TD ALIGN="right" VALIGN="center"><% mt('Add advertising source column') |h %></TD> - <TD><INPUT TYPE="checkbox" NAME="select_referral"></TD> - </TR> - - <TR> <TD ALIGN="right" VALIGN="center"><% mt('Add package columns') |h %></TD> <TD><INPUT TYPE="checkbox" NAME="flattened_pkgs"></TD> </TR> |