This commit was generated by cvs2svn to compensate for changes in r8593,
[freeside.git] / httemplate / search / report_rt_transaction.html
1 <% include('/elements/header.html', 'Time worked report criteria' ) %>
2
3 <FORM ACTION="rt_transaction.html" METHOD="GET">
4
5 <TABLE>
6
7   <% include ( '/elements/tr-input-beginning_ending.html' ) %>
8
9   <% include ( '/elements/tr-select-otaker.html' ) %>
10
11 </TABLE>
12
13 <BR>
14 <INPUT TYPE="submit" VALUE="Search">
15
16 </FORM>
17
18 <% include('/elements/footer.html') %>
19 <%init>
20
21 die "access denied"
22   unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
23
24 </%init>