diff options
author | Mark Wells <mark@freeside.biz> | 2012-12-31 14:03:43 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-12-31 14:03:43 -0800 |
commit | c7286ce9036d71665c2bfed9de93f87309b72d35 (patch) | |
tree | 59ef48f8fd7688cf7039a0d2e5500b84ae076543 /httemplate/graph/report_money_time_daily.html | |
parent | a14db43cc4ec18badd0aff4fbc3e6738f4f63f6c (diff) |
filter by customer class on all financial reports, #20573
Diffstat (limited to 'httemplate/graph/report_money_time_daily.html')
-rw-r--r-- | httemplate/graph/report_money_time_daily.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html index 8328199c7..a436d0879 100644 --- a/httemplate/graph/report_money_time_daily.html +++ b/httemplate/graph/report_money_time_daily.html @@ -17,6 +17,11 @@ ) %> +<& /elements/tr-select-cust_class.html, + 'field' => 'cust_classnum', + 'multiple' => 1, +&> + </TABLE> <BR><INPUT TYPE="submit" VALUE="Display"> |