diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-10 20:11:02 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-10 20:11:02 -0500 |
commit | 3b50b841a272a5cd55497958d572dd73a3339e7b (patch) | |
tree | c683291806aef2554bb9169d6ba59817e6734149 /httemplate/search/report_cust_main.html | |
parent | 636a54504bc9cc24ca4b0c222ec469ec8425e5a0 (diff) |
RT#41394: Add advertising source to customer fields selection [new solution, for advanced customer report only]
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index ba7c99a45..2e8f67bf1 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -278,6 +278,11 @@ <& /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> |