diff options
author | mark <mark> | 2012-01-07 23:04:03 +0000 |
---|---|---|
committer | mark <mark> | 2012-01-07 23:04:03 +0000 |
commit | 665109510114cf56e5ebd8eda0bef24b12ca41a2 (patch) | |
tree | e0bea6ca928b213ec0502d1343f745a52c109ccd /httemplate/graph/report_cust_bill_pkg.html | |
parent | a25b4a4f96f93c8824d9e5a02591d464848d4f75 (diff) |
projected sales report, #15393
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index af61dda82..f2c486cf4 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,6 +6,13 @@ <% include('/elements/tr-select-from_to.html' ) %> +<TR> + <TD ALIGN="right">Project to:</TD> + <TD><& /elements/select-month_year.html, + prefix => 'project', + show_month_abbr => 1 &></TD> +</TR> + <% include('/elements/tr-select-agent.html', 'label' => 'For agent: ', 'disable_empty' => 0, |