diff options
Diffstat (limited to 'httemplate/edit/cust_pay.cgi')
-rwxr-xr-x | httemplate/edit/cust_pay.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index b2f3f55ff..0370ab726 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -6,6 +6,7 @@ my %payby = ( 'BILL' => 'Check', 'CASH' => 'Cash', 'WEST' => 'Western Union', + 'MCRD' => 'Manual credit card', ); my($link, $linknum, $paid, $payby, $payinfo, $quickpay, $_date); |