From 6da82ce5c3c9fbfd544be359373c52d8912231b1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 22 Apr 2009 18:58:46 +0000 Subject: [PATCH] fix not allowing "on-demand" card or ACH, RT#5238 RT#5237 RT#5230 --- httemplate/edit/process/cust_main.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 2e58315d4..7a0c67b4a 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -36,6 +36,8 @@ my %noauto = ( $payby = $noauto{$payby} if ! $cgi->param('payauto') && exists $noauto{$payby}; +$cgi->param('payby', $payby); + if ( $payby ) { if ( $payby eq 'CHEK' || $payby eq 'DCHK' ) { $cgi->param('payinfo', -- 2.11.0