diff options
| author | levinse <levinse> | 2011-06-23 00:02:46 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-06-23 00:02:46 +0000 |
| commit | 5492ce9db024d9a5db797d39efdda10812154044 (patch) | |
| tree | 4313d702883d7a2e901dfe433a5cdf4a753440f6 /httemplate/search/report_cdr.html | |
| parent | 39eaf5704bd78a458e6734f8ea2f1e07a60d4196 (diff) | |
CDR report: add cdrtypenum search criteria, RT13402
Diffstat (limited to 'httemplate/search/report_cdr.html')
| -rw-r--r-- | httemplate/search/report_cdr.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html index 508bf67ae..dcd574ec2 100644 --- a/httemplate/search/report_cdr.html +++ b/httemplate/search/report_cdr.html @@ -46,6 +46,14 @@ % } % #} + <% include('/elements/tr-select-table.html', + field => 'cdrtypenum', + label => 'CDR Type', + table => 'cdr_type', + name_col => 'cdrtypename', + post_options => [ 'none', 'none' ] ) + %> + <% include ( '/elements/tr-input-beginning_ending.html' ) %> <TR> |
