diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-31 11:28:52 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-31 11:28:52 -0700 |
commit | c148cc62734df77fe60671abf2dd28446c101819 (patch) | |
tree | d1105bf712618ea937b3e754c5f2551b0697ea6e | |
parent | b19863929523e3c340f0e98431968e16b7d2270b (diff) |
current CDR statuses
-rw-r--r-- | httemplate/search/report_cdr.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html index e3418a7d4..0e1693b9c 100644 --- a/httemplate/search/report_cdr.html +++ b/httemplate/search/report_cdr.html @@ -24,9 +24,12 @@ <SELECT NAME="freesidestatus"> <OPTION VALUE="">(all)</OPTION> <OPTION VALUE="NULL">unprocessed</OPTION> +%# <OPTION VALUE="processing-tiered">processing</OPTION> <OPTION VALUE="rated">prerated - <OPTION VALUE="done">processed</OPTION> - <OPTION VALUE="failed">skipped</OPTION> + <OPTION VALUE="no-charge">processed (included)</OPTION> + <OPTION VALUE="done">processed (billed)</OPTION> + <OPTION VALUE="skipped">skipped</OPTION> + <OPTION VALUE="failed">failed</OPTION> </SELECT> </TD> </TR> |