diff options
| author | Mark Wells <mark@freeside.biz> | 2015-07-06 14:30:10 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-07-06 14:33:16 -0700 |
| commit | 6400a0ec71fc47b217f4ab12bf95b74b77aeb260 (patch) | |
| tree | bb5909782b011df6e06db4d189836d01547d2289 /httemplate/graph/report_money_time_daily.html | |
| parent | a2cbe65edb241a8ba31b82af239f1bfc5070b8ca (diff) | |
optionally include discounts in daily cashflow report, #37123
Diffstat (limited to 'httemplate/graph/report_money_time_daily.html')
| -rw-r--r-- | httemplate/graph/report_money_time_daily.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/graph/report_money_time_daily.html b/httemplate/graph/report_money_time_daily.html index e80f5862c..ca3d915f1 100644 --- a/httemplate/graph/report_money_time_daily.html +++ b/httemplate/graph/report_money_time_daily.html @@ -21,6 +21,18 @@ 'multiple' => 1, &> +<tr> + <td /> + <td> + <& /elements/checkbox.html, + field => 'exclude_discount', + value => 1, + curr_value => 0, + &> + <% emt('Exclude discounts from total sales') %> + </td> +</TR> + </TABLE> <BR><INPUT TYPE="submit" VALUE="Display"> |
