diff options
author | Mark Wells <mark@freeside.biz> | 2012-04-10 16:01:59 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-04-10 16:02:46 -0700 |
commit | 36b042b1f07afccc028121eef918fb3985e76eaa (patch) | |
tree | 60ca0a4bd4b92c3e1c61992c67a0f19083e07b89 /httemplate/search/report_rt_transaction.html | |
parent | 85ae8035888f10fd8075be3234f8e981f5004557 (diff) |
time worked reports for RT custom fields, #17230
Diffstat (limited to 'httemplate/search/report_rt_transaction.html')
-rw-r--r-- | httemplate/search/report_rt_transaction.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/httemplate/search/report_rt_transaction.html b/httemplate/search/report_rt_transaction.html index 0232b8070..b8454d968 100644 --- a/httemplate/search/report_rt_transaction.html +++ b/httemplate/search/report_rt_transaction.html @@ -6,6 +6,17 @@ <% 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', + &> + </TD></TR> + + <% include ( '/elements/tr-select-otaker.html' ) %> <% include ( '/elements/tr-input-text.html', @@ -15,7 +26,7 @@ %> <TR> - <TD>Account</TD> + <TD ALIGN="right">Account:</TD> <TD> <SELECT NAME="svcnum"> <OPTION VALUE="">(all) |