stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / search / report_rt_cust.html
1 <& /elements/header.html, 'Time worked per-customer summary' &>
2
3 <FORM ACTION="rt_cust.html" METHOD="GET">
4
5 <TABLE>
6
7   <& /elements/tr-select-cust_main-status.html,
8                 'label' => emt('Status'),
9   &>
10
11   <& /elements/tr-input-beginning_ending.html &>
12
13 <!--
14   <& /elements/tr-select.html,
15       label       => 'Time category:',
16       field       => 'category',
17       options     => [ '', 'development', 'support' ],
18       option_labels => { '' => 'all' },
19       curr_value  => 'development',
20   &>
21
22   <& /elements/tr-select-otaker.html &>
23 -->
24
25 </TABLE>
26
27 <BR>
28 <INPUT TYPE="submit" VALUE="Search">
29
30 </FORM>
31
32 <& /elements/footer.html &>
33 <%init>
34
35 die "access denied"
36   unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
37
38 my $conf = new FS::Conf;
39
40 </%init>