X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_money_time_daily.html;h=5daa305f04c952801565e1ec145a5d8627556325;hb=b0a7df36df52eebbc75edca3480a0b697459a187;hp=a436d0879fac52000c7bc7c46617af1e3f762b4f;hpb=7a618d4493ab7a87f6eabfd1ce3630a6b3436c2f;p=freeside.git diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html index a436d0879..5daa305f0 100644 --- a/httemplate/graph/report_money_time_daily.html +++ b/httemplate/graph/report_money_time_daily.html @@ -4,12 +4,11 @@ -<% 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: ', @@ -22,6 +21,18 @@ 'multiple' => 1, &> + + + +
+ + <& /elements/checkbox.html, + field => 'exclude_discount', + value => 1, + curr_value => 1, #3.x only + &> + <% emt('Exclude discounts from total sales') %> +