summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_bill_pay_pkg.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-25 22:01:03 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-25 22:01:03 -0500
commit1e30018837c40ce8a4daaff58018b05b9d095df2 (patch)
tree029847cfb3822541b035e7cf1af93aadd61c3efe /httemplate/search/report_cust_bill_pay_pkg.html
parent88e9a56677d343392416c262f976f069157b06cb (diff)
RT#71049: Add order_number to payment reports [show_order_number checkboxes]
Diffstat (limited to 'httemplate/search/report_cust_bill_pay_pkg.html')
-rw-r--r--httemplate/search/report_cust_bill_pay_pkg.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_bill_pay_pkg.html b/httemplate/search/report_cust_bill_pay_pkg.html
index 2347bab6d..bdcd1549e 100644
--- a/httemplate/search/report_cust_bill_pay_pkg.html
+++ b/httemplate/search/report_cust_bill_pay_pkg.html
@@ -41,6 +41,13 @@
field => 'paid',
&>
+ <& /elements/tr-checkbox.html,
+ 'label' => emt('Display order number'),
+ 'field' => 'show_order_number',
+ 'value' => 1,
+ 'cell_style' => 'font-weight: normal', #for consistency
+ &>
+
<!--
<TR>
<TD ALIGN="right"><INPUT TYPE="checkbox" NAME="nottax" VALUE="Y" onClick="nottax_changed(this)" onChange="nottax_change(thid)"></TD>