summaryrefslogtreecommitdiff
path: root/httemplate/search/report_svc_acct.html
diff options
context:
space:
mode:
authorivan <ivan>2010-05-18 03:25:31 +0000
committerivan <ivan>2010-05-18 03:25:31 +0000
commit7f4aff45cd6ef2f630d538294fa9d9c4db4ac4aa (patch)
treedbb3408d76a2a002a0781b0aa113081934eccfa5 /httemplate/search/report_svc_acct.html
parentb4f0a47a6893de5f6b11f32307a0195f43a359fb (diff)
add more info to (customer-specific) service report, RT#6180
Diffstat (limited to 'httemplate/search/report_svc_acct.html')
-rwxr-xr-xhttemplate/search/report_svc_acct.html12
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>