diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-07-03 03:05:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-03 03:05:10 -0700 |
commit | 64948ee373a03fa156ebc89cb39adfa6d4d2c3d5 (patch) | |
tree | 73083b24d7ad9a8fe8de404ef071ea5a3b6fc5f6 /httemplate/graph/report_money_time.html | |
parent | f619b706a2b375b5ef29fa3664eb3da90bb90ef5 (diff) |
add advertising source to sales/credits/receipts summary, RT#18349
Diffstat (limited to 'httemplate/graph/report_money_time.html')
-rw-r--r-- | httemplate/graph/report_money_time.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/graph/report_money_time.html b/httemplate/graph/report_money_time.html index b85bb6552..97876c996 100644 --- a/httemplate/graph/report_money_time.html +++ b/httemplate/graph/report_money_time.html @@ -24,6 +24,13 @@ ) %> +<% include('/elements/tr-select-part_referral.html', + 'label' => 'Advertising source ', + 'disable_empty' => 0, + 'empty_label' => 'all', + ) +%> + <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD> <TD>Show 12 month totals instead of monthly values</TD> |