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_timeworked.html | |
parent | db21275347bb469868e81d4ca2bbed846d95f143 (diff) |
change "support time" to use regular ticket time + a custom field, #30921
Diffstat (limited to 'httemplate/search/report_timeworked.html')
-rw-r--r-- | httemplate/search/report_timeworked.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_timeworked.html b/httemplate/search/report_timeworked.html index 492e738ad..d2d8173d7 100644 --- a/httemplate/search/report_timeworked.html +++ b/httemplate/search/report_timeworked.html @@ -12,6 +12,12 @@ <% include ('/elements/tr-input-beginning_ending.html') %> + <& /elements/tr-select.html, + label => 'Time category:', + field => 'category', + options => [ 'development', 'support' ] + &> + </TABLE> <BR> |