diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 00:40:05 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 00:40:05 -0700 |
commit | ec4ae54938488e037977066b28c6a325272b16fc (patch) | |
tree | 104983666ce725572b51795ee1954baa3d626fca /httemplate/graph | |
parent | ac67ba5d343e1e704b9e706e2aa19ecd979a5863 (diff) |
discount classes, RT#24911
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg_discount.html | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg_discount.html b/httemplate/graph/report_cust_bill_pkg_discount.html index c599e71f1..6de84f80b 100644 --- a/httemplate/graph/report_cust_bill_pkg_discount.html +++ b/httemplate/graph/report_cust_bill_pkg_discount.html @@ -1,28 +1,35 @@ -<% include('/elements/header.html', 'Discount Report' ) %> +<& /elements/header.html', 'Discount Report' &> <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET"> <TABLE> -<% include('/elements/tr-select-from_to.html' ) %> +<!-- + <& /elements/tr-select-discount_class.html, + 'field' => 'discount_classnum', + 'pre_options' => [ '0' => 'all' ], + 'empty_label' => '(none)' + &> +--> -<% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ', - 'disable_empty' => 0, - ) -%> + <& /elements/tr-select-from_to.html &> -%# anything about line items, discounts or packages really -%# otaker? -%# package class? -%# discount picker? (discount classes and categories? eek!) + <& /elements/tr-select-agent.html, + 'label' => 'For agent: ', + 'disable_empty' => 0, + &> + +% # anything about line items, discounts or packages really +% # otaker? +% # package class? +% # discount picker? (discount classes and categories? haha yup!) </TABLE> <BR><INPUT TYPE="submit" VALUE="Display"> </FORM> -<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" |