summaryrefslogtreecommitdiff
path: root/httemplate/search/report_customer_accounting_summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_customer_accounting_summary.html')
-rwxr-xr-xhttemplate/search/report_customer_accounting_summary.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/httemplate/search/report_customer_accounting_summary.html b/httemplate/search/report_customer_accounting_summary.html
index f2a13a27b..8206f34ca 100755
--- a/httemplate/search/report_customer_accounting_summary.html
+++ b/httemplate/search/report_customer_accounting_summary.html
@@ -24,6 +24,19 @@
<% include( '/elements/tr-select-cust_main-status.html',
'label' => 'Customer Status'
) %>
+
+ <& /elements/tr-select-cust_class.html,
+ 'label' => 'Customer Class',
+ 'field' => 'cust_classnum',
+ 'multiple' => 1,
+ &>
+
+ <& /elements/tr-checkbox.html,
+ 'label' => 'Separate setup fees',
+ 'field' => 'setuprecur',
+ 'value' => 1,
+ &>
+
</TABLE>