diff options
author | ivan <ivan> | 2005-11-21 10:47:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-21 10:47:12 +0000 |
commit | f10cd68f08a6bfbd565a83b40bacc3f55a1265b3 (patch) | |
tree | 2f2d35fd69cc7ea44ac4801dc6fad6278d09b7c6 /httemplate/search/report_cust_pay.html | |
parent | 91c861a52c70f7dd67cc2b9b2705e74640957921 (diff) |
add MCRD payment type for manually processed ccards
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
-rw-r--r-- | httemplate/search/report_cust_pay.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 18501d5b5..a28ead92d 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -25,6 +25,7 @@ <OPTION VALUE="PREP">prepaid card</OPTION> <OPTION VALUE="CASH">cash</OPTION> <OPTION VALUE="WEST">Western Union</OPTION> + <OPTION VALUE="MCRD">manual credit card</OPTION> </SELECT> </TD> </TR> |