diff options
author | Mark Wells <mark@freeside.biz> | 2014-09-24 16:29:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-09-24 16:29:46 -0700 |
commit | a6def4c68914a9d8a282eaa34dcff5f6fd002568 (patch) | |
tree | 4e43aa495546ac300a1491294bf922207b084053 /httemplate/search/report_rt_transaction.html | |
parent | db21275347bb469868e81d4ca2bbed846d95f143 (diff) |
change "support time" to use regular ticket time + a custom field, #30921
Diffstat (limited to 'httemplate/search/report_rt_transaction.html')
-rw-r--r-- | httemplate/search/report_rt_transaction.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/httemplate/search/report_rt_transaction.html b/httemplate/search/report_rt_transaction.html index b8454d968..91dc4a0cf 100644 --- a/httemplate/search/report_rt_transaction.html +++ b/httemplate/search/report_rt_transaction.html @@ -6,16 +6,13 @@ <% include ( '/elements/tr-input-beginning_ending.html' ) %> - <& /elements/tr-td-label.html, label => 'Time category:' &> - <TD> - <& /elements/select-rt-customfield.html, - name => 'cfname', - lookuptype => 'RT::Transaction', - valuetype => 'TimeValue', - empty_label => 'Worked', + <& /elements/tr-select.html, + label => 'Time category:', + field => 'category', + options => [ '', 'development', 'support' ], + option_labels => { '' => 'all' }, + curr_value => 'development', &> - </TD></TR> - <% include ( '/elements/tr-select-otaker.html' ) %> |