RT# 80175 - restored ability to set override to ACH only.
authorChristopher Burger <burgerc@freeside.biz>
Tue, 26 Jun 2018 13:51:37 +0000 (09:51 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 26 Jun 2018 13:51:37 +0000 (09:51 -0400)
httemplate/edit/agent_payment_gateway.html

index 6d15164..38411f1 100644 (file)
@@ -18,9 +18,12 @@ Use gateway <SELECT NAME="gatewaynum">
 
   <OPTION VALUE="<% $payment_gateway->gatewaynum %>"><% $payment_gateway->gateway_module %> (<% $payment_gateway->gateway_username %>)
 % } 
 
   <OPTION VALUE="<% $payment_gateway->gatewaynum %>"><% $payment_gateway->gateway_module %> (<% $payment_gateway->gateway_username %>)
 % } 
-
 </SELECT>
 </SELECT>
-<BR><BR>
+<BR>
+
+<INPUT TYPE="checkbox" NAME="cardtype" VALUE="ACH"> for ACH only.
+<BR>
+<BR>
 
 <INPUT TYPE="submit" VALUE="Add gateway override">
 </FORM>
 
 <INPUT TYPE="submit" VALUE="Add gateway override">
 </FORM>