summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_pay.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
-rw-r--r--httemplate/search/report_cust_pay.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html
index 9d9fffb16..b8581ba4b 100644
--- a/httemplate/search/report_cust_pay.html
+++ b/httemplate/search/report_cust_pay.html
@@ -15,9 +15,12 @@
<TD ALIGN="right">Payments of type: </TD>
<TD><SELECT NAME="payby">
<OPTION VALUE="">all</OPTION>
- <OPTION VALUE="CARD">credit card</OPTION>
- <OPTION VALUE="CHEK">electronic check (ACH)</OPTION>
- <OPTION VALUE="BILL">check/cash</OPTION>
+ <OPTION VALUE="CARD">credit card (all)</OPTION>
+ <OPTION VALUE="CARD-VisaMC">credit card (Visa/MasterCard)</OPTION>
+ <OPTION VALUE="CARD-Amex">credit card (American Express)</OPTION>
+ <OPTION VALUE="CARD-Discover">credit card (Discover)</OPTION>
+ <OPTION VALUE="CHEK">electronic check / ACH</OPTION>
+ <OPTION VALUE="BILL">check / cash</OPTION>
</SELECT>
</TD>
</TR>