summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_bill.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-03 23:12:57 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-03 23:12:57 -0800
commitc8be0008fa9f9d351c7b0276fbd2a22debe042d2 (patch)
treed8fc7cffa257030916ed2ec39c3ab5d341c67788 /httemplate/search/report_cust_bill.html
parent7c82d6a5b0d722a3838875d3641a039bc3fc991b (diff)
add customer status to advanced invoice report, RT#29810
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-rw-r--r--httemplate/search/report_cust_bill.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html
index 4a005e9..8734467 100644
--- a/httemplate/search/report_cust_bill.html
+++ b/httemplate/search/report_cust_bill.html
@@ -20,6 +20,11 @@
'disable_empty' => 0,
&>
+ <& /elements/tr-select-cust_main-status.html,
+ 'label' => 'Customer status',
+ 'field' => 'cust_status',
+ &>
+
<& /elements/tr-select-cust_class.html,
label => mt('Customer Class'),
field => 'cust_classnum',