diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-17 14:33:39 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-17 14:33:39 -0700 |
commit | c5faf08296702144c0b35ca857df1ca3313c37ff (patch) | |
tree | c178d4b9dd3dcf6686ebca0805e87e21e0fd0548 /httemplate/graph | |
parent | 6264e71cd8138368e5ec3ef660f1c1eca9882f48 (diff) |
daily sales/receipts report: fix customer class and date selection, #24853
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/report_money_time_daily.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html index a436d0879..e80f5862c 100644 --- a/httemplate/graph/report_money_time_daily.html +++ b/httemplate/graph/report_money_time_daily.html @@ -4,12 +4,11 @@ <TABLE> -<% include( '/elements/tr-input-beginning_ending.html', +<& /elements/tr-input-beginning_ending.html, 'datesrequired' => 1, - 'from' => time2str('%m/%d/%Y',$from), - 'to' => time2str('%m/%d/%Y',time), - ) -%> + 'from' => $from, + 'to' => time, +&> <% include('/elements/tr-select-agent.html', 'label' => 'For agent: ', |