diff options
author | jeff <jeff> | 2009-08-24 05:09:27 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-08-24 05:09:27 +0000 |
commit | b53214c810513eda313fb7aea5405fb02a3b94c5 (patch) | |
tree | 31cff754a8bc916b96655a65bc611116cf07f318 /httemplate/graph/report_cust_bill_pkg.html | |
parent | 4e70896aa834fe3cdd6c5dba9b0a186c572e1886 (diff) |
add rated call sales report and option to sales report to count usage separately from recurring #5588
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 073f86773..51655a925 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -30,6 +30,12 @@ <TD>Separate sub-packages from parents</TD> </TR> +<TR> + <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="use_usage" VALUE="1"></TD> + <TD>Separate rated usage from recurring fees</TD> +</TR> + + </TABLE> <BR><INPUT TYPE="submit" VALUE="Display"> |