summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-17 14:33:46 -0700
committerMark Wells <mark@freeside.biz>2013-10-17 14:33:46 -0700
commitd32ed470ba0869a4005c0c577b98246c48f8be7d (patch)
treea6fc1a56b5ff8d60b93b34af1acf651c404d2188 /httemplate/graph
parent511df0f6b2b42849d3174fa6c8267a9e36191baf (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.html9
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 a436d08..e80f586 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: ',