diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-15 22:07:27 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-15 22:07:27 -0500 |
commit | edba2cf4853c062f7f8bf4a41cd429559b548ffc (patch) | |
tree | d2c0484bf3b0c6df2dc8d22a54292eab5de767c0 /httemplate/search/report_customer_accounting_summary.html | |
parent | 5eb1ba22744c6fd98c8a47a3923794a1591122a9 (diff) |
RT#37125: Include discounts in report: customer accounting summary
Diffstat (limited to 'httemplate/search/report_customer_accounting_summary.html')
-rwxr-xr-x | httemplate/search/report_customer_accounting_summary.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_customer_accounting_summary.html b/httemplate/search/report_customer_accounting_summary.html index 8206f34ca..bdcdbccd1 100755 --- a/httemplate/search/report_customer_accounting_summary.html +++ b/httemplate/search/report_customer_accounting_summary.html @@ -37,6 +37,11 @@ 'value' => 1, &> + <& /elements/tr-checkbox.html, + 'label' => 'Show Gross & Discounted', + 'field' => 'grossdiscount', + 'value' => 1, + &> </TABLE> |