stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / graph / report_cust_bill_pkg_discount.html
1 <& /elements/header.html, 'Discount Report' &>
2
3 <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET">
4
5 <TABLE>
6
7 <!--
8   <& /elements/tr-select-discount_class.html,
9        'field'       => 'discount_classnum',
10        'pre_options' => [ '0' => 'all' ],
11        'empty_label' => '(none)'
12   &>
13 -->
14
15   <& /elements/tr-select-from_to.html &>
16
17   <& /elements/tr-select-agent.html,
18        'label'         => 'For agent: ',
19        'disable_empty' => 0,
20   &>
21
22 % # anything about line items, discounts or packages really
23 % # otaker?
24 % # package class?
25 % # discount picker?  (discount classes and categories?  haha yup!)
26
27 </TABLE>
28
29 <BR><INPUT TYPE="submit" VALUE="Display">
30 </FORM>
31
32 <& /elements/footer.html &>
33 <%init>
34
35 die "access denied"
36   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
37
38 </%init>