summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_bill.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-03 11:38:23 -0700
committerMark Wells <mark@freeside.biz>2015-07-03 15:31:10 -0700
commit32365ef65ca6a40b5262cf166543b1d84c6aa57d (patch)
treea052352c992beafb27d09a3cdb94533451335089 /httemplate/search/report_cust_bill.html
parent53b6529e6a9c3eb3a314d87e4a405b17af4daf45 (diff)
make new gross sales calculation optional, #25943
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-rw-r--r--httemplate/search/report_cust_bill.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html
index e80c6e895..bd40b969b 100644
--- a/httemplate/search/report_cust_bill.html
+++ b/httemplate/search/report_cust_bill.html
@@ -88,7 +88,12 @@
<TR>
<TD ALIGN="right"><INPUT TYPE="checkbox" NAME="open" VALUE="1" CHECKED></TD>
<TD><% mt('Show only open invoices') |h %></TD>
- </TR>
+</TR>
+
+<TR>
+ <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="invoiced" VALUE="1"></TD>
+ <TD><% emt('Exclude discounts from gross amount billed'), %></TD>
+</TR>
% unless ( $custnum ) {
<TR>