diff options
author | ivan <ivan> | 2010-05-18 03:25:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-18 03:25:31 +0000 |
commit | 7f4aff45cd6ef2f630d538294fa9d9c4db4ac4aa (patch) | |
tree | dbb3408d76a2a002a0781b0aa113081934eccfa5 /httemplate/search/report_svc_acct.html | |
parent | b4f0a47a6893de5f6b11f32307a0195f43a359fb (diff) |
add more info to (customer-specific) service report, RT#6180
Diffstat (limited to 'httemplate/search/report_svc_acct.html')
-rwxr-xr-x | httemplate/search/report_svc_acct.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index ee913c4f9..5ebf9de5c 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -82,6 +82,18 @@ <TR> <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH> </TR> + +% #move to /elements/tr-select-cust_pkg-fields if anything else needs it... + <TR> + <TD ALIGN="right">Package fields</TD> + <TD> + <SELECT NAME="cust_pkg_fields"> + <OPTION VALUE="">(none) + <OPTION VALUE="setup,last_bill,bill,cancel">Setup date | Last bill date | Next bill date | Cancel date + </SELECT> + </TD> + </TR> + <% include( '/elements/tr-select-cust-fields.html' ) %> </TABLE> |