diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-25 21:44:54 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-25 21:44:54 -0800 |
commit | 8d953e7c2f94dc007d94da74650d27c5a74cc792 (patch) | |
tree | e1eff75da8cd34030b43988db867372bd782a480 /httemplate/search/report_h_cust_pay.html | |
parent | 446fb74f2f31d48dd303c9a52105d40f11079e10 (diff) |
manual echeck payment type, RT#26995
Diffstat (limited to 'httemplate/search/report_h_cust_pay.html')
-rw-r--r-- | httemplate/search/report_h_cust_pay.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/report_h_cust_pay.html b/httemplate/search/report_h_cust_pay.html index 5c7f27afb..13b7ff35f 100644 --- a/httemplate/search/report_h_cust_pay.html +++ b/httemplate/search/report_h_cust_pay.html @@ -54,6 +54,7 @@ <OPTION VALUE="CASH">cash</OPTION> <OPTION VALUE="WEST">Western Union</OPTION> <OPTION VALUE="MCRD">manual credit card</OPTION> + <OPTION VALUE="MCHK">manual electronic check</OPTION> </SELECT> </TD> </TR> |