diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-03 23:12:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-03 23:12:57 -0800 |
commit | c8be0008fa9f9d351c7b0276fbd2a22debe042d2 (patch) | |
tree | d8fc7cffa257030916ed2ec39c3ab5d341c67788 /httemplate/search/report_cust_bill.html | |
parent | 7c82d6a5b0d722a3838875d3641a039bc3fc991b (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.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 4a005e97d..8734467a4 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', |